StdlibUnittest: rename TestCase to TestSuite since it contains multiple tests

Thanks, Ben!


Swift SVN r21222
This commit is contained in:
Dmitri Hrybenko
2014-08-15 00:09:58 +00:00
parent fd92ef7c15
commit 8cca039e62
31 changed files with 281 additions and 281 deletions

View File

@@ -8,7 +8,7 @@
import StdlibUnittest
var Reflection = TestCase("Reflection")
var Reflection = TestSuite("Reflection")
Reflection.test("Dictionary/Empty") {
let dict = [Int : Int]()