r194070 - Fix test that was not being run
Alp Toker
alp at nuanti.com
Tue Nov 5 04:45:40 PST 2013
Author: alp
Date: Tue Nov 5 06:45:40 2013
New Revision: 194070
URL: http://llvm.org/viewvc/llvm-project?rev=194070&view=rev
Log:
Fix test that was not being run
Modified:
cfe/trunk/test/Frontend/verify3.c
Modified: cfe/trunk/test/Frontend/verify3.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/verify3.c?rev=194070&r1=194069&r2=194070&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/verify3.c (original)
+++ cfe/trunk/test/Frontend/verify3.c Tue Nov 5 06:45:40 2013
@@ -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
More information about the cfe-commits
mailing list