From 9f2a91c5642d5674b906083d5104bd5d5db237e0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 5 Mar 2013 13:38:15 -0600 Subject: this should be protected --- src/main/scala/org/perl8/test/TestMore.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } } -- cgit v1.2.3-54-g00ecf