From dad4a63016ca0f1f56da4d582b01db4037948a11 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 12 Apr 2016 00:10:59 -0700 Subject: [PATCH] Revert "[xctest] disable the test due to https://github.com/apple/swift-corelibs-foundation/pull/304" --- test-xctest-package/test-xctest-package.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-xctest-package/test-xctest-package.py b/test-xctest-package/test-xctest-package.py index 988bafa..3c0bd9a 100644 --- a/test-xctest-package/test-xctest-package.py +++ b/test-xctest-package/test-xctest-package.py @@ -1,8 +1,6 @@ # Trivial test for importing XCTest. # -# https://github.com/apple/swift-corelibs-foundation/pull/304 -# REQUIRES: disabled -# + # This test doesn't work on Darwin yet, because the XCTest overlay isn't shipped # with the package, and can't be found:# # Cannot import XCTest with swift from a downloadable package