summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/codegen-exprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge/codegen-exprs.c')
-rw-r--r--clang/test/ASTMerge/codegen-exprs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/ASTMerge/codegen-exprs.c b/clang/test/ASTMerge/codegen-exprs.c
deleted file mode 100644
index b5069f993be..00000000000
--- a/clang/test/ASTMerge/codegen-exprs.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.1.ast %S/Inputs/exprs1.c
-// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.2.ast %S/Inputs/exprs2.c
-// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only -verify %s
-// expected-no-diagnostics
-
OpenPOWER on IntegriCloud