diff options
Diffstat (limited to 'clang/test/ASTMerge/asm/test.cpp')
| -rw-r--r-- | clang/test/ASTMerge/asm/test.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/ASTMerge/asm/test.cpp b/clang/test/ASTMerge/asm/test.cpp deleted file mode 100644 index 8c3bdfe17b7..00000000000 --- a/clang/test/ASTMerge/asm/test.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %clang_cc1 -triple i386-unknown-unknown -fcxx-exceptions -emit-pch -o %t.1.ast %S/Inputs/asm-function.cpp -// RUN: %clang_cc1 -triple i386-unknown-unknown -fcxx-exceptions -ast-merge %t.1.ast -fsyntax-only -verify %s -// expected-no-diagnostics - -void testAsmImport() { - asmFunc(12, 42); - asmFunc2(42); -} |

