Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines

This commit is contained in:
Max Moiseev
2015-12-15 12:49:22 -08:00
968 changed files with 5028 additions and 2057 deletions

View File

@@ -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.