Fix test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56012 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/cxx-condition.cpp b/test/Parser/cxx-condition.cpp
index ccb7767..9ffdf79 100644
--- a/test/Parser/cxx-condition.cpp
+++ b/test/Parser/cxx-condition.cpp
@@ -1,4 +1,4 @@
-// RUN: clang -parse-noop %s -verify

+// RUN: clang -parse-noop -verify %s

 

 void f() {

   int a;