Skip to content

Commit 130766c

Browse files
ecstatic-morseRalfJung
andauthoredAug 23, 2020
Fix compile-flags directive
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent b65daa7 commit 130766c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎src/test/ui/consts/const-float-bits-conv.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// -Zmir-opt-level=0
1+
// compile-flags: -Zmir-opt-level=0
22
// run-pass
33

44
#![feature(const_panic)]

Diff for: ‎src/test/ui/consts/const-float-classify.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// -Zmir-opt-level=0
1+
// compile-flags: -Zmir-opt-level=0
22
// run-pass
33

44
#![feature(const_panic)]

0 commit comments

Comments
 (0)
Please sign in to comment.