aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/Test.scala
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-25 10:59:12 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-25 10:59:12 -0600
commit4b73da961b242ee6f3a0beda6b7b2de2e03c4a76 (patch)
tree8e03240a4a4fe4cb46ae342b7ec657d128e0f619 /src/main/scala/org/perl8/test/Test.scala
parentb688e10a0276ff24384f5a5327f5c142a51cff89 (diff)
downloadscala-test-more-4b73da961b242ee6f3a0beda6b7b2de2e03c4a76.tar.gz
scala-test-more-4b73da961b242ee6f3a0beda6b7b2de2e03c4a76.zip
style
Diffstat (limited to 'src/main/scala/org/perl8/test/Test.scala')
-rw-r--r--src/main/scala/org/perl8/test/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/org/perl8/test/Test.scala b/src/main/scala/org/perl8/test/Test.scala
index 93933dd..a348871 100644
--- a/src/main/scala/org/perl8/test/Test.scala
+++ b/src/main/scala/org/perl8/test/Test.scala
@@ -6,5 +6,5 @@ trait Test {
/** Runs the test. The TAP stream will be written to Console.out and
* Console.err, so you can swap these out as required in order to parse it.
*/
- def run (): Int
+ def run: Int
}