diff options
-rw-r--r-- | test/SemaCXX/blocks.cpp | 2 |
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*); |