aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2009-01-29 05:59:50 +0000
committeraclement <aclement>2009-01-29 05:59:50 +0000
commit344ad0d549d25de58943a3170fd8687835911733 (patch)
treeebe70817fd70c2e41227e930a17b40511a23023e /tests/src
parent9a29070066af5b98dd3a155c51f3de1e15d4c58b (diff)
downloadaspectj-344ad0d549d25de58943a3170fd8687835911733.tar.gz
aspectj-344ad0d549d25de58943a3170fd8687835911733.zip
194314: tests
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc164/ajc164.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
index 041a8c951..1e0837adf 100644
--- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
+++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
@@ -2,6 +2,19 @@
<suite>
+
+ <ajc-test dir="bugs164/pr194314" title="broken lvt - 1">
+ <compile files="Service.java IService.java Main.java ServiceInterceptor.java" options="-1.5"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs164/pr194314" title="broken lvt - 2">
+ <compile files="Service.java IService.java Main.java ServiceInterceptorCodeStyle.java" options="-1.5"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs164/pr194314" title="broken lvt - 3">
+ <compile files="ITDOne.java" options="-1.5"/>
+ </ajc-test>
+
<ajc-test dir="bugs164/pr262509" title="debugging before advice">
<compile files="Foo.java" options="-1.5"/>
</ajc-test>