From 8592b1d9a0f0acfcc1adbbcbf860a6f4fd429674 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Tue, 9 Sep 2008 20:56:12 +0000 Subject: [PATCH] Fix test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56012 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Parser/cxx-condition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0