This test passes on all platforms
authorChris Lattner <sabre@nondot.org>
Sat, 4 Dec 2004 23:21:41 +0000 (23:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 4 Dec 2004 23:21:41 +0000 (23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18509 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2003-08-28-ForwardType.cpp

index 1142317a8b9937cc2cc1f6c5a966543ee184a8ee..72f4bc0843f93c2aad7c3c4288d42bd7491fb751 100644 (file)
@@ -1,6 +1,5 @@
 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
 
-// XFAIL: darwin,sun
 // Default placement versions of operator new.
 inline void* operator new(unsigned, void* __p) throw();