From 1a31ad817149d57053dafcdcf18326363a8e79f5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 7 Apr 2009 16:32:03 +0000 Subject: [PATCH] XFAIL a failing test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68519 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/using-directive.cpp | 1 + 1 file changed, 1 insertion(+) 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'}} -- 2.50.1