Rollup merge of #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
This commit is contained in:
commit
2679ea09fe
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
//@ run-pass
|
||||
//@ revisions YES NO
|
||||
//@ revisions: YES NO
|
||||
//@ [YES] compile-flags: -Cdebug-assertions=yes
|
||||
//@ [NO] compile-flags: -Cdebug-assertions=no
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue