From: Alp Toker Date: Tue, 5 Nov 2013 12:45:40 +0000 (+0000) Subject: Fix test that was not being run X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47ba7ec483552040b5f50c387d1ffacb0848f1e5;p=clang Fix test that was not being run git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194070 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Frontend/verify3.c b/test/Frontend/verify3.c index 421bea3ca9..3898bfeedd 100644 --- a/test/Frontend/verify3.c +++ b/test/Frontend/verify3.c @@ -24,7 +24,7 @@ #endif // RUN: not %clang_cc1 -DTEST3 -verify %s 2>&1 | FileCheck -check-prefix=CHECK3 %s -// RUN: not %clang_cc1 -verify 2>&1 | FileCheck -check-prefix=CHECK3 %s +// RUN: not %clang_cc1 -verify %s 2>&1 | FileCheck -check-prefix=CHECK3 %s #ifdef TEST3 // no directives