diff options
author | aclement <aclement> | 2005-10-28 07:17:38 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-28 07:17:38 +0000 |
commit | 3ad7a2ca28b78973741db19ba78c60f6feb81f43 (patch) | |
tree | fcc51cc4f28622645213732e4f469c1b81d293e0 /tests/src | |
parent | 8cea30fedf7a74133c67623ec9286ac9578c9a88 (diff) | |
download | aspectj-3ad7a2ca28b78973741db19ba78c60f6feb81f43.tar.gz aspectj-3ad7a2ca28b78973741db19ba78c60f6feb81f43.zip |
naughty - Andy broke the build!
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 992cd3808..44304035a 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -24,7 +24,7 @@ </ajc-test> <ajc-test dir="bugs150/pr113947/case2" title="maws generic aspect - 2"> - <compile files="AbstractListSupport.java" options="-1.5"/><!--,AnotherItem.java,Item.java,LinkedList.java,LinkedListItem.java,ListItem.java,StringList.java" options="-1.5"/--> + <compile files="AbstractListSupport.java,AnotherItem.java,Item.java,LinkedList.java,LinkedListItem.java,ListItem.java,StringList.java" options="-1.5"/> </ajc-test> <ajc-test dir="bugs150/pr113861" title="field-get problems with generic field"> |