aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/test/java/org/aspectj/runtime/reflect/RuntimePerformanceTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/src/test/java/org/aspectj/runtime/reflect/RuntimePerformanceTest.java b/runtime/src/test/java/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
index cc956477e..fb51e20be 100644
--- a/runtime/src/test/java/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
+++ b/runtime/src/test/java/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
@@ -66,6 +66,8 @@ public class RuntimePerformanceTest extends TestCase {
task.cancel();
}
+ public void testempty() {}
+
// No longer valid with Java being so quick now...
public void xtestToString () {
Signature signature = makeMethodSig("test");