commit | 8592b1d9a0f0acfcc1adbbcbf860a6f4fd429674 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Sep 09 20:56:12 2008 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Sep 09 20:56:12 2008 +0000 |
tree | 7a04c58ddd35da42ef948725b29ad5fefcbe7e9e | |
parent | 7482d12c345c6391f8956850545e2d4aa7701ce6 [diff] [blame] |
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;