]> granicus.if.org Git - clang/commitdiff
XFAIL a failing test
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Apr 2009 16:32:03 +0000 (16:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Apr 2009 16:32:03 +0000 (16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68519 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/using-directive.cpp

index 324052f190c974ba08507fb8997ad489ff73b84d..a4d35c4802c7d6c8f4c711b20d6dc5549db54b9c 100644 (file)
@@ -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'}}