]> granicus.if.org Git - clang/commitdiff
Unbreak the test by.. removing a space. (clang protested that -verify only works...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 24 Oct 2008 22:25:11 +0000 (22:25 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 24 Oct 2008 22:25:11 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58123 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/function-type-qual.cpp

index fbd8702a96222db32f34c4512aaf526964c1eb2b..b5487a9900f1ac2abe5ce938deb9d32c3326277d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s \r
+// RUN: clang -fsyntax-only -verify %s\r
 \r
 void f() const; // expected-error {{type qualifier is not allowed on this function}}\r
 \r