forked from OSchip/llvm-project
rename this test from .S to .c so that it gets run.
llvm-svn: 67380
This commit is contained in:
parent
be2208472c
commit
c4867109f8
|
@ -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__
|
Loading…
Reference in New Issue