This test appears to be passing on win32.

llvm-svn: 160320
This commit is contained in:
Ted Kremenek 2012-07-16 21:17:01 +00:00
parent fb12a53d5d
commit cf74cef104
1 changed files with 3 additions and 4 deletions

View 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