aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-12-01 21:17:52 +0000
committerDouglas Gregor <dgregor@apple.com>2008-12-01 21:17:52 +0000
commitec0bf0500c4fd737975a40b781983ee0c4c0eb09 (patch)
tree539f5efae4b6fcc996ef2c95f081675dae847d1d
parentd40910b581b09c937a8c1fdcde9b8ec724398fb9 (diff)
Fix RUN line
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60372 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaCXX/blocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/blocks.cpp b/test/SemaCXX/blocks.cpp
index 6393c1a631..c273a1626a 100644
--- a/test/SemaCXX/blocks.cpp
+++ b/test/SemaCXX/blocks.cpp
@@ -1,4 +1,4 @@
-// RUN clang -fsyntax-only -verify %s
+// RUN: clang -fsyntax-only -verify %s
void tovoid(void*);