summaryrefslogtreecommitdiffstats
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
commitc4867109f8340df14046695300a2632ed3bb91c9 (patch)
tree2588cf1c9aa1df4649cb2f96d7a516b7c335c1eb
parentbe2208472c5befd49931b54650a6b8f8ca0c9be2 (diff)
downloadbcm5719-llvm-c4867109f8340df14046695300a2632ed3bb91c9.tar.gz
bcm5719-llvm-c4867109f8340df14046695300a2632ed3bb91c9.zip
rename this test from .S to .c so that it gets run.
llvm-svn: 67380
-rw-r--r--clang/test/Preprocessor/assembler-with-cpp.c (renamed from clang/test/Preprocessor/assembler-with-cpp.S)2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/assembler-with-cpp.S b/clang/test/Preprocessor/assembler-with-cpp.c
index 2c2bd8df978..bd13e11b99d 100644
--- a/clang/test/Preprocessor/assembler-with-cpp.S
+++ b/clang/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__
OpenPOWER on IntegriCloud