diff options
author | jhugunin <jhugunin> | 2003-04-25 18:11:33 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-04-25 18:11:33 +0000 |
commit | 1e502f504f2ad333ad5627d8e9d106315c38ecc0 (patch) | |
tree | d3a2c3d6893512090b3e2c6ff3c0d26a0b6e26ac /tests/ajcTests.xml | |
parent | 598c72655e13bc4f65d2e357ab645b05b69821ca (diff) | |
download | aspectj-1e502f504f2ad333ad5627d8e9d106315c38ecc0.tar.gz aspectj-1e502f504f2ad333ad5627d8e9d106315c38ecc0.zip |
fix and tests for
Bugzilla Bug 36803
BCException thrown by AspectJ 1.1rc1
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 4f869e5e4..ebaedd66c 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5872,4 +5872,10 @@ </compile> </ajc-test> + <ajc-test dir="bugs" pr="36803" + title="cflow concretization causing assertion failure"> + <compile files="CflowConcrete.java"/> + <run class="CflowConcrete"/> + </ajc-test> + </suite> |