diff options
author | aclement <aclement> | 2008-12-03 22:48:17 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-12-03 22:48:17 +0000 |
commit | 73b72d2d9e7ed5f9fe311fcb56cbf2dee834478c (patch) | |
tree | fe884916f05a561af71b0fc9d6c8b940186c590a /tests | |
parent | 2c41499e77a0f11a226edf1255a7b025dd3a4131 (diff) | |
download | aspectj-73b72d2d9e7ed5f9fe311fcb56cbf2dee834478c.tar.gz aspectj-73b72d2d9e7ed5f9fe311fcb56cbf2dee834478c.zip |
164016: testcode
Diffstat (limited to 'tests')
-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> |