aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/org/perl8/test/harness/SummaryReporter.scala')
-rw-r--r--src/main/scala/org/perl8/test/harness/SummaryReporter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/org/perl8/test/harness/SummaryReporter.scala b/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
index fc03097..a2cc33f 100644
--- a/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
+++ b/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
@@ -2,9 +2,9 @@ package org.perl8.test.harness
import java.io.ByteArrayOutputStream
-import org.perl8.test.Test
import org.perl8.test.tap
import org.perl8.test.tap.{TAPResult,TodoDirective}
+import org.perl8.test.Test
class SummaryReporter extends MultiTestReporter {
def run (testNames: Seq[String]): Int = {