aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/parsing.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/parsing.c')
-rw-r--r--test/Driver/parsing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/parsing.c b/test/Driver/parsing.c
index 98e050e7b1..59004d6157 100644
--- a/test/Driver/parsing.c
+++ b/test/Driver/parsing.c
@@ -10,9 +10,9 @@
// RUN: grep 'Option 8 - Name: "-Xarch_", Values: {"joined", "AndSeparate"}' %t &&
// RUN: grep 'Option 9 - Name: "-sectalign", Values: {"1", "2", "3"}' %t &&
-// RUN: ! clang-driver -V 2> %t &&
+// RUN: not clang-driver -V 2> %t &&
// RUN: grep "error: argument to '-V' is missing (expected 1 value)" %t &&
-// RUN: ! clang-driver -sectalign 1 2 2> %t &&
+// RUN: not clang-driver -sectalign 1 2 2> %t &&
// RUN: grep "error: argument to '-sectalign' is missing (expected 3 values)" %t &&
// RUN: true