aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge/unnamed_fields/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/unnamed_fields/test.cpp')
-rw-r--r--test/ASTMerge/unnamed_fields/test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ASTMerge/unnamed_fields/test.cpp b/test/ASTMerge/unnamed_fields/test.cpp
deleted file mode 100644
index 6ae3176df4f3..000000000000
--- a/test/ASTMerge/unnamed_fields/test.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/il.cpp
-// RUN: %clang_cc1 -ast-merge %t.1.ast -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s
-// CHECK-NOT: warning: field '' declared with incompatible types in different translation units ('bool' vs. 'int')