Skip to content

Commit f1d0098

Browse files
committed
make tidy happy
1 parent 6f44679 commit f1d0098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/float/f16-f128-inline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ revisions: default nopt
2-
//@ [nopt]compile-flags: -O -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
2+
//@[nopt] compile-flags: -O -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
33

44
// Ensure that functions using `f16` and `f128` are always inlined to avoid crashes
55
// when the backend does not support these types.

0 commit comments

Comments
 (0)