[libcxx] r222406 - Remove xfail tag for darwin from quick_exit test

Eric Fiselier eric at efcs.ca
Wed Nov 19 19:40:33 PST 2014


Author: ericwf
Date: Wed Nov 19 21:40:32 2014
New Revision: 222406

URL: http://llvm.org/viewvc/llvm-project?rev=222406&view=rev
Log:
Remove xfail tag for darwin from quick_exit test

Modified:
    libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp

Modified: libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp?rev=222406&r1=222405&r2=222406&view=diff
==============================================================================
--- libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp (original)
+++ libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp Wed Nov 19 21:40:32 2014
@@ -7,7 +7,6 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// XFAIL: apple-darwin
 
 // test quick_exit and at_quick_exit
 





More information about the cfe-commits mailing list