Skip to content

Commit

Permalink
Fix compile-flags directive
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
ecstatic-morse and RalfJung authored Aug 23, 2020
1 parent b65daa7 commit 130766c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/consts/const-float-bits-conv.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// -Zmir-opt-level=0
// compile-flags: -Zmir-opt-level=0
// run-pass

#![feature(const_panic)]
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/consts/const-float-classify.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// -Zmir-opt-level=0
// compile-flags: -Zmir-opt-level=0
// run-pass

#![feature(const_panic)]
Expand Down

0 comments on commit 130766c

Please sign in to comment.