rename this test from .S to .c so that it gets run.

llvm-svn: 67380
This commit is contained in:
Chris Lattner 2009-03-20 16:16:49 +00:00
parent be2208472c
commit c4867109f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -E %s &&
// RUN: clang -x assembler-with-cpp -E %s &&
// RUN: not clang -x c -E %s
#ifndef __ASSEMBLER__