summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/tests/AnimalTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/tests/AnimalTest.java')
-rw-r--r--src/ch/epfl/maze/tests/AnimalTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ch/epfl/maze/tests/AnimalTest.java b/src/ch/epfl/maze/tests/AnimalTest.java
index 1fd8943..123c038 100644
--- a/src/ch/epfl/maze/tests/AnimalTest.java
+++ b/src/ch/epfl/maze/tests/AnimalTest.java
@@ -6,8 +6,6 @@ import ch.epfl.maze.util.Vector2D;
6import junit.framework.TestCase; 6import junit.framework.TestCase;
7import org.junit.Test; 7import org.junit.Test;
8 8
9import java.util.Set;
10
11/** 9/**
12 * Test case for {@code Animal} implementation. 10 * Test case for {@code Animal} implementation.
13 */ 11 */