Skip to content

Commit 3bc1136

Browse files
committed
Auto merge of #1539 - RalfJung:issue, r=RalfJung
float test case: fix referenced issue
2 parents bb9db2b + 3fdbc0f commit 3bc1136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// compile-flags: -Zmir-opt-level=0
2-
// FIXME: Using opt-level 2 here makes the test take forever (https://github.com/rust-lang/rust/issues/76433).
2+
// FIXME: Using opt-level 2 here makes the test take forever (https://github.com/rust-lang/rust/issues/73717).
33
#![feature(stmt_expr_attributes, test)]
44
use std::fmt::Debug;
55
use std::hint::black_box;

0 commit comments

Comments
 (0)