]> granicus.if.org Git - clang/commitdiff
Fix RUN line
authorDouglas Gregor <dgregor@apple.com>
Mon, 1 Dec 2008 21:17:52 +0000 (21:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 1 Dec 2008 21:17:52 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60372 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/blocks.cpp

index 6393c1a631af83f7bc92ac5a7758b72a02f1ac42..c273a1626ad0fd0e6db041d8adc8c5d0e7f3a881 100644 (file)
@@ -1,4 +1,4 @@
-// RUN clang -fsyntax-only -verify %s
+// RUN: clang -fsyntax-only -verify %s
 
 void tovoid(void*);