aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-directive.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-07 16:32:03 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-07 16:32:03 +0000
commit1a31ad817149d57053dafcdcf18326363a8e79f5 (patch)
tree80d5f8a009384ae673966c8c0e8d2e7d317ed19e /test/SemaCXX/using-directive.cpp
parentebaa768521cfd5318d77f1efaf7ae47020863a9d (diff)
XFAIL a failing test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCXX/using-directive.cpp')
-rw-r--r--test/SemaCXX/using-directive.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaCXX/using-directive.cpp b/test/SemaCXX/using-directive.cpp
index 324052f190..a4d35c4802 100644
--- a/test/SemaCXX/using-directive.cpp
+++ b/test/SemaCXX/using-directive.cpp
@@ -1,4 +1,5 @@
// RUN: clang-cc -fsyntax-only -verify %s
+// XFAIL
namespace A {
short i; // expected-note 2{{candidate found by name lookup is 'A::i'}}