diff options
Diffstat (limited to 'src/ch/epfl/maze/tests/GhostsTest.java')
-rw-r--r-- | src/ch/epfl/maze/tests/GhostsTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ch/epfl/maze/tests/GhostsTest.java b/src/ch/epfl/maze/tests/GhostsTest.java index 35dddbf..2195443 100644 --- a/src/ch/epfl/maze/tests/GhostsTest.java +++ b/src/ch/epfl/maze/tests/GhostsTest.java | |||
@@ -16,8 +16,6 @@ import ch.epfl.maze.util.Vector2D; | |||
16 | import junit.framework.TestCase; | 16 | import junit.framework.TestCase; |
17 | import org.junit.Test; | 17 | import org.junit.Test; |
18 | 18 | ||
19 | import java.util.Set; | ||
20 | |||
21 | /** | 19 | /** |
22 | * Test suite for ghosts implementation. | 20 | * Test suite for ghosts implementation. |
23 | * | 21 | * |