From: Argyrios Kyrtzidis Date: Tue, 9 Sep 2008 20:56:12 +0000 (+0000) Subject: Fix test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8592b1d9a0f0acfcc1adbbcbf860a6f4fd429674;p=clang Fix test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56012 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/cxx-condition.cpp b/test/Parser/cxx-condition.cpp index ccb7767173..9ffdf79ba0 100644 --- a/test/Parser/cxx-condition.cpp +++ b/test/Parser/cxx-condition.cpp @@ -1,4 +1,4 @@ -// RUN: clang -parse-noop %s -verify +// RUN: clang -parse-noop -verify %s void f() { int a;