Adjust various testData to remove/charAt transformation

This commit is contained in:
Denis Zharkov
2015-10-11 12:40:39 +03:00
parent 6d864e0854
commit a76a8fcc3f
20 changed files with 30 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ fun box(): String {
a.add("")
a.set(0, "")
a.add(0, "")
a.remove(0)
a.removeAt(0)
a.remove("")
return "OK"