Fix RUN line

llvm-svn: 60372
This commit is contained in:
Douglas Gregor 2008-12-01 21:17:52 +00:00
parent fd2a76170c
commit dce30aa0f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN clang -fsyntax-only -verify %s
// RUN: clang -fsyntax-only -verify %s
void tovoid(void*);