aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2020-04-20 17:49:01 -0700
committerAndy Clement <aclement@pivotal.io>2020-04-20 17:49:01 -0700
commit322aa52b55c4dd2a89a6162809a99072e08f0932 (patch)
tree7a905545bedb23bcf5c7f56cd2e173e44d143e76 /runtime
parent4471ba76ac755b504d99e514a1cf5a375e7d02d1 (diff)
downloadaspectj-322aa52b55c4dd2a89a6162809a99072e08f0932.tar.gz
aspectj-322aa52b55c4dd2a89a6162809a99072e08f0932.zip
polish
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");