summaryrefslogtreecommitdiff
path: root/test/ASTMerge/codegen-body.c
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-06-09 19:08:19 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-06-09 19:08:19 +0000
commit798321d8eb5630cd4a8f490a4f25e32ef195fb07 (patch)
treea59f5569ef36d00388c0428426abef26aa9105b6 /test/ASTMerge/codegen-body.c
parent5e20cdd81c44a443562a09007668ffdf76c455af (diff)
Notes
Diffstat (limited to 'test/ASTMerge/codegen-body.c')
-rw-r--r--test/ASTMerge/codegen-body.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ASTMerge/codegen-body.c b/test/ASTMerge/codegen-body.c
index a5c260cd91bb..7232bf4164b5 100644
--- a/test/ASTMerge/codegen-body.c
+++ b/test/ASTMerge/codegen-body.c
@@ -1,4 +1,3 @@
-// XFAIL: hexagon
// 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