summaryrefslogtreecommitdiff
path: root/test/junit/scala/collection/mutable/OpenHashMapTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/junit/scala/collection/mutable/OpenHashMapTest.scala')
-rw-r--r--test/junit/scala/collection/mutable/OpenHashMapTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/scala/collection/mutable/OpenHashMapTest.scala b/test/junit/scala/collection/mutable/OpenHashMapTest.scala
index b6cddf2101..90f6be6ee5 100644
--- a/test/junit/scala/collection/mutable/OpenHashMapTest.scala
+++ b/test/junit/scala/collection/mutable/OpenHashMapTest.scala
@@ -1,6 +1,6 @@
package scala.collection.mutable
-import org.junit.Test
+import org.junit.{Ignore, Test}
import org.junit.Assert._
import org.junit.runner.RunWith
import org.junit.runners.JUnit4