diff options
author | acolyer <acolyer> | 2004-07-29 10:32:54 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-07-29 10:32:54 +0000 |
commit | fdff68edb5e7e5ec93b7a71ee11b9fe635c88bc8 (patch) | |
tree | c6f8779ecf0fd05e9c98b56357fb4c0dcc75b79b /tests/ajcTests.xml | |
parent | b383dfb6458c3871fa09ac71768899e9c1683822 (diff) | |
download | aspectj-fdff68edb5e7e5ec93b7a71ee11b9fe635c88bc8.tar.gz aspectj-fdff68edb5e7e5ec93b7a71ee11b9fe635c88bc8.zip |
test for Bugzilla Bug 64262
ClassCastException at BcelRenderer.java:16
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 96bdd14c5..024bc1d1e 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7813,5 +7813,10 @@ <message kind="error" line="1" text="must implement abstract inter-type declaration: void A.foo()"/> </compile> </ajc-test> + + <ajc-test dir="bugs/pr64262" + title="ClassCastException at BcelRenderer.java:169" pr="64262"> + <compile files="PrimitiveCoercionInExactTypePatternMatching.java"/> + </ajc-test> </suite> |