[cfe-commits] r68519 - /cfe/trunk/test/SemaCXX/using-directive.cpp

Douglas Gregor dgregor at apple.com
Tue Apr 7 09:32:03 PDT 2009


Author: dgregor
Date: Tue Apr  7 11:32:03 2009
New Revision: 68519

URL: http://llvm.org/viewvc/llvm-project?rev=68519&view=rev
Log:
XFAIL a failing test

Modified:
    cfe/trunk/test/SemaCXX/using-directive.cpp

Modified: cfe/trunk/test/SemaCXX/using-directive.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/using-directive.cpp?rev=68519&r1=68518&r2=68519&view=diff

==============================================================================
--- cfe/trunk/test/SemaCXX/using-directive.cpp (original)
+++ cfe/trunk/test/SemaCXX/using-directive.cpp Tue Apr  7 11:32:03 2009
@@ -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'}}





More information about the cfe-commits mailing list