diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-09-09 20:56:12 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-09-09 20:56:12 +0000 |
commit | f602e427e9f969e7743a216e1234c99eb4c6fb45 (patch) | |
tree | e1b4007d4c32742aaa23545391d86297fa747036 /clang/test/Parser/cxx-condition.cpp | |
parent | 92c536770502900a9ddb111c7ec7a16708e56e50 (diff) | |
download | bcm5719-llvm-f602e427e9f969e7743a216e1234c99eb4c6fb45.tar.gz bcm5719-llvm-f602e427e9f969e7743a216e1234c99eb4c6fb45.zip |
Fix test case.
llvm-svn: 56012
Diffstat (limited to 'clang/test/Parser/cxx-condition.cpp')
-rw-r--r-- | clang/test/Parser/cxx-condition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx-condition.cpp b/clang/test/Parser/cxx-condition.cpp index ccb77671731..9ffdf79ba01 100644 --- a/clang/test/Parser/cxx-condition.cpp +++ b/clang/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;
|