summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/codegen-body/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/codegen-body/test.c')
-rw-r--r--test/ASTMerge/codegen-body/test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ASTMerge/codegen-body/test.c b/test/ASTMerge/codegen-body/test.c
deleted file mode 100644
index 7232bf4164..0000000000
--- a/test/ASTMerge/codegen-body/test.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
-// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
-// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
-// expected-no-diagnostics
-