aboutsummaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/testsrc/AsmModuleTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/testsrc/AsmModuleTests.java b/asm/testsrc/AsmModuleTests.java
index e690cb536..c20ccc518 100644
--- a/asm/testsrc/AsmModuleTests.java
+++ b/asm/testsrc/AsmModuleTests.java
@@ -18,7 +18,7 @@ import junit.framework.*;
public class AsmModuleTests extends TestCase {
- public static Test suite() {
+ public static TestSuite suite() {
TestSuite suite = new TestSuite(AsmModuleTests.class.getName());
suite.addTestSuite(AsmModuleTests.class);
return suite;