mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
import StdlibUnittest
|
||||
import SwiftPrivate
|
||||
|
||||
// Also import modules which are used by StdlibUnittest internally. This
|
||||
// workaround is needed to link all required libraries in case we compile
|
||||
// StdlibUnittest with -sil-serialize-all.
|
||||
#if _runtime(_ObjC)
|
||||
import ObjectiveC
|
||||
#endif
|
||||
|
||||
var Algorithm = TestSuite("Algorithm")
|
||||
|
||||
// FIXME(prext): remove this conformance.
|
||||
|
||||
Reference in New Issue
Block a user