Turned no_xform into a pass from expected failure.
authorEdwin Vane <edwin.vane@intel.com>
Fri, 8 Mar 2013 18:39:07 +0000 (18:39 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Fri, 8 Mar 2013 18:39:07 +0000 (18:39 +0000)
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

index 3bbb22f..2845e3f 100644 (file)
@@ -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;