aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/toughtype/ToughType.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/scala/async/run/toughtype/ToughType.scala')
-rw-r--r--src/test/scala/scala/async/run/toughtype/ToughType.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/scala/scala/async/run/toughtype/ToughType.scala b/src/test/scala/scala/async/run/toughtype/ToughType.scala
index ec2278f..202a288 100644
--- a/src/test/scala/scala/async/run/toughtype/ToughType.scala
+++ b/src/test/scala/scala/async/run/toughtype/ToughType.scala
@@ -11,8 +11,6 @@ import scala.concurrent._
import scala.concurrent.duration._
import scala.async.Async._
import org.junit.Test
-import org.junit.runner.RunWith
-import org.junit.runners.JUnit4
import scala.async.internal.AsyncId
@@ -29,7 +27,6 @@ object ToughTypeObject {
}
}
-@RunWith(classOf[JUnit4])
class ToughTypeSpec {
@Test def `propogates tough types`() {