Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 130766c

Browse files
ecstatic-morseRalfJung
andauthoredAug 23, 2020
Fix compile-flags directive
Co-authored-by: Ralf Jung <[email protected]>
1 parent b65daa7 commit 130766c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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)]

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

Lines changed: 1 addition & 1 deletion
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.