aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-05 13:38:15 -0600
committerJesse Luehrs <doy@tozt.net>2013-03-05 13:38:15 -0600
commit9f2a91c5642d5674b906083d5104bd5d5db237e0 (patch)
tree8e6c0614b78cb97baf5f3643580d7169d3457469
parentf67653f9b75824b7cb465b4eb8fa6ede1fe00a2c (diff)
downloadscala-test-more-9f2a91c5642d5674b906083d5104bd5d5db237e0.tar.gz
scala-test-more-9f2a91c5642d5674b906083d5104bd5d5db237e0.zip
this should be protected
-rw-r--r--src/main/scala/org/perl8/test/TestMore.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/org/perl8/test/TestMore.scala b/src/main/scala/org/perl8/test/TestMore.scala
index f0b29f7..b78d97c 100644
--- a/src/main/scala/org/perl8/test/TestMore.scala
+++ b/src/main/scala/org/perl8/test/TestMore.scala
@@ -16,7 +16,7 @@ class TestMore (plan: Plan = NoPlan) extends Test with DelayedInit {
}
}
- def runTests (terminalInUse: Boolean): Int = {
+ protected def runTests (terminalInUse: Boolean): Int = {
if (testBody == null) {
delayedInit { }
}