summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-using-declaration.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-08 01:47:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-08 01:47:25 +0000
commit34546ce43d3d89c102a99882ae3825423a28abcd (patch)
treef17be010511db5d729e1c1ce9ed0a0f73e50d97d /clang/test/Parser/cxx-using-declaration.cpp
parent6eb1201c90f6eea2768aa6f9315793c93669dddf (diff)
downloadbcm5719-llvm-34546ce43d3d89c102a99882ae3825423a28abcd.tar.gz
bcm5719-llvm-34546ce43d3d89c102a99882ae3825423a28abcd.zip
Remove RUN: true lines.
llvm-svn: 86432
Diffstat (limited to 'clang/test/Parser/cxx-using-declaration.cpp')
-rw-r--r--clang/test/Parser/cxx-using-declaration.cpp4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud