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:
Matthias Krüger 2024-04-12 04:38:23 +02:00 committed by GitHub
commit 2679ea09fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
//@ run-pass
//@ revisions YES NO
//@ revisions: YES NO
//@ [YES] compile-flags: -Cdebug-assertions=yes
//@ [NO] compile-flags: -Cdebug-assertions=no