aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/integration-O2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/integration-O2.cpp')
-rw-r--r--test/FrontendC++/integration-O2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FrontendC++/integration-O2.cpp b/test/FrontendC++/integration-O2.cpp
index 5f3f01a..bb65ac2 100644
--- a/test/FrontendC++/integration-O2.cpp
+++ b/test/FrontendC++/integration-O2.cpp
@@ -1,5 +1,4 @@
// RUN: %llvmgxx %s -O2 -S -o - | FileCheck %s
-// XFAIL: *
// This test verifies that we get expected codegen out of the -O2 optimization
// level from the full optimizer.