StringBuilder capacity test: fixup deprecation suppression
This commit is contained in:
committed by
Space Team
parent
6dc2960b77
commit
454e963aa7
@@ -254,7 +254,7 @@ class StringBuilderTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Suppress("DEPRECATION_ERROR")
|
@Suppress("DEPRECATION")
|
||||||
fun capacityTest() {
|
fun capacityTest() {
|
||||||
// assertEquals(100, StringBuilder(100).capacity()) // not implemented in JS
|
// assertEquals(100, StringBuilder(100).capacity()) // not implemented in JS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user