diff options
Diffstat (limited to 'runtime/testsrc/RuntimeModuleTests.java')
-rw-r--r-- | runtime/testsrc/RuntimeModuleTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/testsrc/RuntimeModuleTests.java b/runtime/testsrc/RuntimeModuleTests.java index ced7ba2ca..fe36f3055 100644 --- a/runtime/testsrc/RuntimeModuleTests.java +++ b/runtime/testsrc/RuntimeModuleTests.java @@ -18,7 +18,7 @@ import junit.framework.*; public class RuntimeModuleTests extends TestCase { - public static Test suite() { + public static TestSuite suite() { TestSuite suite = new TestSuite(RuntimeModuleTests.class.getName()); suite.addTestSuite(RuntimeModuleTests.class); // minimum 1 test (testNothing) return suite; |