diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-10-24 22:25:11 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-10-24 22:25:11 +0000 |
commit | a59620996236d8b09d5bcc3bac6d3226118566b7 (patch) | |
tree | 4f9ea3711e922aa097fcdb5df2a8fa1cf6f857f8 | |
parent | 750c358049a0e91fd71a8d10a9ac8299c943e238 (diff) |
Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58123 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaCXX/function-type-qual.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/function-type-qual.cpp b/test/SemaCXX/function-type-qual.cpp index fbd8702a96..b5487a9900 100644 --- a/test/SemaCXX/function-type-qual.cpp +++ b/test/SemaCXX/function-type-qual.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -fsyntax-only -verify %s
void f() const; // expected-error {{type qualifier is not allowed on this function}}
|