commit | d231221d660104d47c6ca0c908455490dc1985f0 | [log] [tgz] |
---|---|---|
author | Argiris Kirtzidis <akyrtzi@gmail.com> | Tue Sep 09 20:56:12 2008 +0000 |
committer | Argiris Kirtzidis <akyrtzi@gmail.com> | Tue Sep 09 20:56:12 2008 +0000 |
tree | 7a04c58ddd35da42ef948725b29ad5fefcbe7e9e | |
parent | bde0c9d38c93f880f2191c5455aa8719e6adf10c [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;