]> granicus.if.org Git - clang/commitdiff
rename this test from .S to .c so that it gets run.
authorChris Lattner <sabre@nondot.org>
Fri, 20 Mar 2009 16:16:49 +0000 (16:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Mar 2009 16:16:49 +0000 (16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67380 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/assembler-with-cpp.c [moved from test/Preprocessor/assembler-with-cpp.S with 67% similarity]

similarity index 67%
rename from test/Preprocessor/assembler-with-cpp.S
rename to test/Preprocessor/assembler-with-cpp.c
index 2c2bd8df9787eb199a24964e2bf4989790e5ec71..bd13e11b99ddad5ed8d6e2e2bd3f19a2c4f060fd 100644 (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__