]> granicus.if.org Git - clang/commitdiff
Tweak test run line for readability
authorAlp Toker <alp@nuanti.com>
Fri, 17 Jan 2014 03:35:04 +0000 (03:35 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 17 Jan 2014 03:35:04 +0000 (03:35 +0000)
Matching up the argument order in r199455's two RUN lines better demonstrates
what's going on.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199456 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/driver-verify.c

index 87b5c951d77a12e0ccf287139e0bc2c9a8c7ecb2..fa31f820b1087e6d72424b1f5249d6f330a593ab 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: not %clang %s -verify 2>&1 | FileCheck %s
+// RUN: not %clang -verify %s 2>&1 | FileCheck %s
 // RUN: %clang -cc1 -verify %s
 // expected-no-diagnostics