Skip to content

Commit

Permalink
remove obsolete fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhasel committed Oct 22, 2024
1 parent 9faa818 commit 55a823b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/codegen/tests/initialization_test/complex_initializers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1537,8 +1537,6 @@ fn temporary_variable_ref_to_local_member() {
",
);

// FIXME: this IR is not correct and will lead to segfaults when
// compiling without optimizations
insta::assert_snapshot!(res, @r#"
; ModuleID = '<internal>'
source_filename = "<internal>"
Expand Down Expand Up @@ -1605,8 +1603,6 @@ fn temporary_variable_ref_to_temporary_variable() {
",
);

// FIXME: this IR is not correct and will lead to segfaults when
// compiling without optimizations
insta::assert_snapshot!(res, @r##"
; ModuleID = '<internal>'
source_filename = "<internal>"
Expand Down

0 comments on commit 55a823b

Please sign in to comment.