From c016c0da12ed7b376e52f83654f1543da4991a10 Mon Sep 17 00:00:00 2001 From: Edwin Vane Date: Fri, 8 Mar 2013 18:39:07 +0000 Subject: [PATCH] Turned no_xform into a pass from expected failure. Since no_xform is not a bug to be fixed, made the test pass using the 'not' utility and removed XFAIL. llvm-svn: 176709 --- clang-tools-extra/test/cpp11-migrate/no_xform.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp index 3bbb22f..2845e3f 100644 --- a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp +++ b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp @@ -1,6 +1,5 @@ // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp -// RUN: cpp11-migrate %t.cpp -- -// XFAIL: * +// RUN: not cpp11-migrate %t.cpp -- int main(int argc, char** argv) { return 0; -- 2.7.4