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:
@@ -152,7 +152,7 @@ class CodecTest<Codec : TestableUnicodeCodec> {
|
||||
}
|
||||
}
|
||||
|
||||
var UTFEncoders = TestCase("UTFEncoders")
|
||||
var UTFEncoders = TestSuite("UTFEncoders")
|
||||
|
||||
UTFEncoders.test("encodeRandomBlock") {
|
||||
srandomdev()
|
||||
|
||||
Reference in New Issue
Block a user