Skip to content

Commit

Permalink
Unrolled build for rust-lang#123829
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#123829 - saethlin:fix-revisions, r=jieyouxu

Fix revisions syntax in cfg(ub_checks) test

`//@ revisions YES NO` doesn't do anything without the `:`.  Thanks for pointing this out to me.

r? jieyouxu
  • Loading branch information
rust-timer committed Apr 12, 2024
2 parents 46961d2 + 5dcd242 commit f687a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/precondition-checks/cfg-ub-checks-default.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ run-pass
//@ revisions YES NO
//@ revisions: YES NO
//@ [YES] compile-flags: -Cdebug-assertions=yes
//@ [NO] compile-flags: -Cdebug-assertions=no

Expand Down

0 comments on commit f687a34

Please sign in to comment.