aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness/SummarizedTests.scala
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-01 13:49:03 -0600
committerJesse Luehrs <doy@tozt.net>2013-03-01 13:49:03 -0600
commitb040805e6afae337b2602f794af9d3ddb1f003a5 (patch)
treea902a7462773e1c007f4b15ac2f5230ae4c21641 /src/main/scala/org/perl8/test/harness/SummarizedTests.scala
parent01675281e8e40dcb65c92d7c9fecbe4a94d50bfa (diff)
downloadscala-test-more-b040805e6afae337b2602f794af9d3ddb1f003a5.tar.gz
scala-test-more-b040805e6afae337b2602f794af9d3ddb1f003a5.zip
move more things around
Diffstat (limited to 'src/main/scala/org/perl8/test/harness/SummarizedTests.scala')
-rw-r--r--src/main/scala/org/perl8/test/harness/SummarizedTests.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/scala/org/perl8/test/harness/SummarizedTests.scala b/src/main/scala/org/perl8/test/harness/SummarizedTests.scala
index c235cdd..3688011 100644
--- a/src/main/scala/org/perl8/test/harness/SummarizedTests.scala
+++ b/src/main/scala/org/perl8/test/harness/SummarizedTests.scala
@@ -6,8 +6,7 @@ import scala.concurrent.duration.Duration
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Future
-import org.perl8.test.tap.Consumer.{TAPResult,TodoDirective}
-import org.perl8.test.tap.{Parser,TAPEvent}
+import org.perl8.test.tap.{Parser,TAPEvent,TAPResult,TodoDirective}
import org.perl8.test.Test
trait SummarizedTests {