diff options
author | acolyer <acolyer> | 2003-10-23 15:26:37 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-10-23 15:26:37 +0000 |
commit | 304604afdbfa1fa27890f693e0d9165b1b525834 (patch) | |
tree | ed06c3cf8ac09ae8e5dfdb9f15ea043690e9c25d /tests/ajcTestsFailing.xml | |
parent | 3e4b59a6752567468a001c325c47396f5ab6782d (diff) | |
download | aspectj-304604afdbfa1fa27890f693e0d9165b1b525834.tar.gz aspectj-304604afdbfa1fa27890f693e0d9165b1b525834.zip |
Added test case for bug 45441
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 1ae30e2cb..c4bfc6944 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -136,4 +136,14 @@ files="Main.java"/> <run class="Main"/> </ajc-test> + + <ajc-test dir="bugs/jpOptimization" + pr="45441" + title="JoinPoint Optimization when targetting 1.4"> + <compile + files="de/test/MyMain.java, + de/test/MyAspect.java" + options="-1.4"/> + <run class="de.test.MyMain"/> + </ajc-test> </suite> |