aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-20 16:16:49 +0000
committerChris Lattner <sabre@nondot.org>2009-03-20 16:16:49 +0000
commit15154b40d405948f6cae7834a6145b243ea5f0b3 (patch)
treefe71e18de3224f065bb7451444b0dd536c6d8d82 /test
parent8cac5f7e1ce63dd77ee0fb4ef68f9fa804f41ea6 (diff)
rename this test from .S to .c so that it gets run.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Preprocessor/assembler-with-cpp.c (renamed from test/Preprocessor/assembler-with-cpp.S)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/assembler-with-cpp.S b/test/Preprocessor/assembler-with-cpp.c
index 2c2bd8df97..bd13e11b99 100644
--- a/test/Preprocessor/assembler-with-cpp.S
+++ b/test/Preprocessor/assembler-with-cpp.c
@@ -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__