Fix tests: do not refer to removed things.

This commit is contained in:
Ilya Gorbunov
2016-09-13 01:11:01 +03:00
parent 660dc94f7c
commit 6656d10c67
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,4 @@
import java.util.*
import java.io.*
class World() {
public val items: ArrayList<Item> = ArrayList<Item>()