From: Douglas Gregor Date: Tue, 7 Apr 2009 16:32:03 +0000 (+0000) Subject: XFAIL a failing test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a31ad817149d57053dafcdcf18326363a8e79f5;p=clang XFAIL a failing test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68519 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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'}}