summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/local-struct/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Import/local-struct/test.cpp')
-rw-r--r--clang/test/Import/local-struct/test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Import/local-struct/test.cpp b/clang/test/Import/local-struct/test.cpp
index 8f6e38138f2..1e838477a00 100644
--- a/clang/test/Import/local-struct/test.cpp
+++ b/clang/test/Import/local-struct/test.cpp
@@ -1,7 +1,6 @@
// RUN: clang-import-test -dump-ir -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
-// XFAIL: *
// CHECK: %struct.S = type { i
-// CHECK: %struct.S.0 = type { i1 }
+// CHECK: %struct.S.0 = type { i
void foo() {
return Bar().bar(3, true);
OpenPOWER on IntegriCloud