Author: dgregor
Date: Mon Dec  1 15:17:52 2008
New Revision: 60372

URL: http://llvm.org/viewvc/llvm-project?rev=60372&view=rev
Log:
Fix RUN line

Modified:
    cfe/trunk/test/SemaCXX/blocks.cpp

Modified: cfe/trunk/test/SemaCXX/blocks.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/blocks.cpp?rev=60372&r1=60371&r2=60372&view=diff

==============================================================================
--- cfe/trunk/test/SemaCXX/blocks.cpp (original)
+++ cfe/trunk/test/SemaCXX/blocks.cpp Mon Dec  1 15:17:52 2008
@@ -1,4 +1,4 @@
-// RUN clang -fsyntax-only -verify %s
+// RUN: clang -fsyntax-only -verify %s
 
 void tovoid(void*);
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to