aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc164/ajc164.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc164/ajc164.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
index 1ddce0bb4..2519577d4 100644
--- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
+++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml
@@ -8,6 +8,11 @@
</compile>
</ajc-test>
+ <ajc-test dir="bugs164" title="ajcthis not read">
+ <compile files="pr195090.java" options="-1.5 -warn:+unusedArgument">
+ </compile>
+ </ajc-test>
+
<ajc-test dir="bugs164/pr256779" title="anno decprecedence">
<compile files="ThisAspect.java OtherAspect.java" options="-1.5"/>
<run class="com.ThisAspect" ltw="aop.xml"/>