aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150
diff options
context:
space:
mode:
authormwebster <mwebster>2006-10-16 13:23:43 +0000
committermwebster <mwebster>2006-10-16 13:23:43 +0000
commitfc750075fd91edcdd5e73cf04593ea3c822a746a (patch)
treef101ccb814072018898447c4565d76d09093203c /tests/bugs150
parentd701aa00e0747e5b14180867bd8f3d5213c90a71 (diff)
downloadaspectj-fc750075fd91edcdd5e73cf04593ea3c822a746a.tar.gz
aspectj-fc750075fd91edcdd5e73cf04593ea3c822a746a.zip
Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (give modified testcase for 120474 a unique name to avoid intermittent failures when running the whole suite)
Diffstat (limited to 'tests/bugs150')
-rw-r--r--tests/bugs150/pr120474/$ProxyPr120474.java (renamed from tests/bugs150/pr120474/$Proxy4.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs150/pr120474/$Proxy4.java b/tests/bugs150/pr120474/$ProxyPr120474.java
index 8da92d6c7..0556d9821 100644
--- a/tests/bugs150/pr120474/$Proxy4.java
+++ b/tests/bugs150/pr120474/$ProxyPr120474.java
@@ -1,6 +1,6 @@
-public class $Proxy4 {
+public class $ProxyPr120474 {
public void foo() {}
public static void main (String[] args) {
- new $Proxy4().foo();
+ new $ProxyPr120474().foo();
}
}