From 5dcd242768d3f03cc01b531944327597cf3901e9 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Thu, 11 Apr 2024 17:53:27 -0400 Subject: [PATCH] Fix revisions syntax --- tests/ui/precondition-checks/cfg-ub-checks-default.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/precondition-checks/cfg-ub-checks-default.rs b/tests/ui/precondition-checks/cfg-ub-checks-default.rs index 57a195231474b..b672589d02a23 100644 --- a/tests/ui/precondition-checks/cfg-ub-checks-default.rs +++ b/tests/ui/precondition-checks/cfg-ub-checks-default.rs @@ -1,5 +1,5 @@ //@ run-pass -//@ revisions YES NO +//@ revisions: YES NO //@ [YES] compile-flags: -Cdebug-assertions=yes //@ [NO] compile-flags: -Cdebug-assertions=no