diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/SemaCXX/blocks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/blocks.cpp b/clang/test/SemaCXX/blocks.cpp index 6393c1a631a..c273a1626ad 100644 --- a/clang/test/SemaCXX/blocks.cpp +++ b/clang/test/SemaCXX/blocks.cpp @@ -1,4 +1,4 @@ -// RUN clang -fsyntax-only -verify %s +// RUN: clang -fsyntax-only -verify %s void tovoid(void*); |