mirror of https://github.com/microsoft/clang.git
Fix this test to use -cc1.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d829950b2b
commit
2a24065dbb
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang -E %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -E %s | FileCheck %s
|
||||
|
||||
#line 21 ""
|
||||
int foo() { return 42; }
|
||||
|
|
Loading…
Reference in New Issue