From: Douglas Gregor Date: Mon, 1 Dec 2008 21:17:52 +0000 (+0000) Subject: Fix RUN line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec0bf0500c4fd737975a40b781983ee0c4c0eb09;p=clang Fix RUN line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60372 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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*);