aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/exceptions
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-08-15 18:22:34 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-08-15 18:22:34 +0200
commit4ddf4fad87de6470fd4c04c25384817e97ffe135 (patch)
tree5c55d5b7610930f96e4485e30d72311f3dfb2044 /src/test/scala/scala/async/run/exceptions
parentb79c9ad864a27aea620254c3eade6d38adcf38f2 (diff)
downloadscala-async-4ddf4fad87de6470fd4c04c25384817e97ffe135.tar.gz
scala-async-4ddf4fad87de6470fd4c04c25384817e97ffe135.tar.bz2
scala-async-4ddf4fad87de6470fd4c04c25384817e97ffe135.zip
Remove @RunWith annotations from test cases.
These are are at odds with the junit-interface SBT test framework under SBT 0.13.+, and appear to be superfluous.
Diffstat (limited to 'src/test/scala/scala/async/run/exceptions')
-rw-r--r--src/test/scala/scala/async/run/exceptions/ExceptionsSpec.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/scala/scala/async/run/exceptions/ExceptionsSpec.scala b/src/test/scala/scala/async/run/exceptions/ExceptionsSpec.scala
index 733ea01..b417dd6 100644
--- a/src/test/scala/scala/async/run/exceptions/ExceptionsSpec.scala
+++ b/src/test/scala/scala/async/run/exceptions/ExceptionsSpec.scala
@@ -14,10 +14,7 @@ import scala.concurrent.duration._
import scala.reflect.ClassTag
import org.junit.Test
-import org.junit.runner.RunWith
-import org.junit.runners.JUnit4
-@RunWith(classOf[JUnit4])
class ExceptionsSpec {
@Test