]> granicus.if.org Git - clang/commitdiff
This test appears to be passing on win32.
authorTed Kremenek <kremenek@apple.com>
Mon, 16 Jul 2012 21:17:01 +0000 (21:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 16 Jul 2012 21:17:01 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160320 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-ast-dump.cpp

index a22fffdfe243906cedba33819adb0a1f1159cedc..c3417e0bd823ff14ff1a7d76c7e9a0a41b523d98 100644 (file)
@@ -1,4 +1,6 @@
-// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c 2>&1|FileCheck %s
+// RUN: rm -f %t
+// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c > %t 2>&1
+// RUN: FileCheck --input-file=%t %s
 
 // CHECK: <CXXMethod ptr="0x{{[0-9a-f]+}}" name="theMethod" prototype="true">
 // CHECK:  <ParmVar ptr="0x{{[0-9a-f]+}}" name="x" initstyle="c">
@@ -16,6 +18,3 @@ public:
 };
 
 }
-
-// FIXME: This is incompatible to -fms-compatibility.
-// XFAIL: win32