mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
StdlibUnittest: rename TestCase to TestSuite since it contains multiple tests
Thanks, Ben! Swift SVN r21222
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
var Reflection = TestCase("Reflection")
|
||||
var Reflection = TestSuite("Reflection")
|
||||
|
||||
Reflection.test("Dictionary/Empty") {
|
||||
let dict = [Int : Int]()
|
||||
|
||||
Reference in New Issue
Block a user