From: Edwin Vane Date: Fri, 8 Mar 2013 18:39:07 +0000 (+0000) Subject: Turned no_xform into a pass from expected failure. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c016c0da12ed7b376e52f83654f1543da4991a10;p=platform%2Fupstream%2Fllvm.git 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 --- 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;