From 34546ce43d3d89c102a99882ae3825423a28abcd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 8 Nov 2009 01:47:25 +0000 Subject: Remove RUN: true lines. llvm-svn: 86432 --- clang/test/Parser/cxx-using-declaration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/Parser/cxx-using-declaration.cpp') diff --git a/clang/test/Parser/cxx-using-declaration.cpp b/clang/test/Parser/cxx-using-declaration.cpp index 212a7d89f87..a2bc8c54edc 100644 --- a/clang/test/Parser/cxx-using-declaration.cpp +++ b/clang/test/Parser/cxx-using-declaration.cpp @@ -1,6 +1,6 @@ // FIXME: Disabled, appears to have undefined behavior, and needs to be updated to match new warnings. -// RUN: true -// RUNX: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s +// XFAIL: * namespace A { int VA; -- cgit v1.2.3