Skip to content

Commit 2679ea0

Browse files
authored
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
2 parents 7f11183 + 5dcd242 commit 2679ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/ui/precondition-checks/cfg-ub-checks-default.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ run-pass
2-
//@ revisions YES NO
2+
//@ revisions: YES NO
33
//@ [YES] compile-flags: -Cdebug-assertions=yes
44
//@ [NO] compile-flags: -Cdebug-assertions=no
55

0 commit comments

Comments
 (0)