summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/asm/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/asm/test.cpp')
-rw-r--r--test/ASTMerge/asm/test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/ASTMerge/asm/test.cpp b/test/ASTMerge/asm/test.cpp
deleted file mode 100644
index 8c3bdfe17b..0000000000
--- a/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);
-}