mirror of https://github.com/microsoft/clang.git
Fix test that was not being run
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7638cf06ae
commit
47ba7ec483
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue