aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/warning-mapping-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend/warning-mapping-2.c')
-rw-r--r--test/Frontend/warning-mapping-2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Frontend/warning-mapping-2.c b/test/Frontend/warning-mapping-2.c
index 5a347ebb09..39ba4997a4 100644
--- a/test/Frontend/warning-mapping-2.c
+++ b/test/Frontend/warning-mapping-2.c
@@ -1,8 +1,5 @@
// Check that -w has lower priority than -pedantic-errors.
// RUN: %clang_cc1 -verify -pedantic-errors -w %s
-//
-// FIXME: We currently get this wrong.
-// XFAIL: *
void f0() { f1(); } // expected-error {{implicit declaration of function}}