From 55a823b497cc90ad3063b79e716ef5ade3ab6341 Mon Sep 17 00:00:00 2001 From: Michael Haselberger Date: Tue, 22 Oct 2024 16:51:51 +0200 Subject: [PATCH] remove obsolete fixme --- src/codegen/tests/initialization_test/complex_initializers.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/codegen/tests/initialization_test/complex_initializers.rs b/src/codegen/tests/initialization_test/complex_initializers.rs index 99c2d5d091..cf4f090ea9 100644 --- a/src/codegen/tests/initialization_test/complex_initializers.rs +++ b/src/codegen/tests/initialization_test/complex_initializers.rs @@ -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 = '' source_filename = "" @@ -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 = '' source_filename = ""