diff options
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc163/ajc163.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml index b5eb12932..065123ea5 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml +++ b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml @@ -23,6 +23,10 @@ <compile files="Ship.java ShipAccessor.java" options="-emacssym -1.5"/> </ajc-test> + <ajc-test dir="bugs163/pr164016" title="ataspectj decp"> + <compile files="Code.aj" options="-1.5"/> + <run class="test.Code"/> + </ajc-test> <ajc-test dir="bugs163/pr213751" title="mixed styles"> <compile files="Foo.java" options="-emacssym -1.5"/> </ajc-test> |