commit | c32079f8ca439aeffe22ca30d6035f75f2a4b52c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Mar 20 16:16:49 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Mar 20 16:16:49 2009 +0000 |
tree | fe71e18de3224f065bb7451444b0dd536c6d8d82 | |
parent | 32a8df364b47c427d061ca85d14acc02d25c4726 [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
diff --git a/test/Preprocessor/assembler-with-cpp.S b/test/Preprocessor/assembler-with-cpp.c similarity index 67% rename from test/Preprocessor/assembler-with-cpp.S rename to test/Preprocessor/assembler-with-cpp.c index 2c2bd8d..bd13e11 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__