[cfe-commits] r58123 - /cfe/trunk/test/SemaCXX/function-type-qual.cpp

Argiris Kirtzidis akyrtzi at gmail.com
Fri Oct 24 15:25:11 PDT 2008


Author: akirtzidis
Date: Fri Oct 24 17:25:11 2008
New Revision: 58123

URL: http://llvm.org/viewvc/llvm-project?rev=58123&view=rev
Log:
Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files).

Modified:
    cfe/trunk/test/SemaCXX/function-type-qual.cpp

Modified: cfe/trunk/test/SemaCXX/function-type-qual.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/function-type-qual.cpp?rev=58123&r1=58122&r2=58123&view=diff

==============================================================================
--- cfe/trunk/test/SemaCXX/function-type-qual.cpp (original)
+++ cfe/trunk/test/SemaCXX/function-type-qual.cpp Fri Oct 24 17:25:11 2008
@@ -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}}
 





More information about the cfe-commits mailing list