diff options
author | aclement <aclement> | 2008-12-12 17:13:01 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-12-12 17:13:01 +0000 |
commit | b932237acfbcf6faa9faa1a72d1983630d6d5b7e (patch) | |
tree | aa127a29ce5c496b086e5161dcacf9cd828aea7a /tests/src/org/aspectj/systemtest/ajc163/ajc163.xml | |
parent | e58cc15a92634c2cdd1913a8f670bd03f9eb67fe (diff) | |
download | aspectj-b932237acfbcf6faa9faa1a72d1983630d6d5b7e.tar.gz aspectj-b932237acfbcf6faa9faa1a72d1983630d6d5b7e.zip |
258653: test and fix
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc163/ajc163.xml')
-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 bdeaeeb01..9a3ee182d 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml +++ b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml @@ -1,6 +1,10 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]> <suite> + + <ajc-test dir="bugs163/pr258653" title="getNode"> + <compile files="staticinit.java" options="-1.5 -emacssym"/> + </ajc-test> <ajc-test dir="bugs163/pr154427" title="getMethod returning null"> <compile files="AuthorizationImpl.java Authorization.java AuthorizationAdmin.java CallAndMethodSignatureAspect.java CallTest.java" options=""/> |