aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-directive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/using-directive.cpp')
-rw-r--r--test/SemaCXX/using-directive.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/SemaCXX/using-directive.cpp b/test/SemaCXX/using-directive.cpp
index d861f50f79..505c06d460 100644
--- a/test/SemaCXX/using-directive.cpp
+++ b/test/SemaCXX/using-directive.cpp
@@ -1,4 +1,6 @@
// RUN: clang -fsyntax-only -verify %s
+// XFAIL
+// fails due to exact diagnostic matching
namespace A {
short i; // expected-note{{candidate found by name lookup is 'A::i'}}