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:
Daniel Dunbar 2010-09-17 02:47:35 +00:00
parent d829950b2b
commit 2a24065dbb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang -E %s | FileCheck %s
// RUN: %clang_cc1 -E %s | FileCheck %s
#line 21 ""
int foo() { return 42; }