Fix this test to use -cc1.

llvm-svn: 114156
This commit is contained in:
Daniel Dunbar
2010-09-17 02:47:35 +00:00
parent 1b09e04f9e
commit 7eba1bf0b7

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; }