diff options
author | Andy Clement <aclement@pivotal.io> | 2016-12-08 12:40:19 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2016-12-08 12:40:19 -0800 |
commit | 2c9e594e4c55230e120c3af55ef68ac8dcf309c5 (patch) | |
tree | 6d89c4c82011dfa548371a5ae8a1a7671d703c34 /tests | |
parent | b5df397fa8f28c52bb02e489d0e1f821c0054a48 (diff) | |
download | aspectj-2c9e594e4c55230e120c3af55ef68ac8dcf309c5.tar.gz aspectj-2c9e594e4c55230e120c3af55ef68ac8dcf309c5.zip |
Update to latest JDT (neon 2)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml index c02a99886..11746e122 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -655,7 +655,7 @@ </ajc-test> <ajc-test dir="bugs1612/pr335810" title="rawtype warning"> -<compile files="One.java" options="-1.5 -warn:+raw -warn:+warningToken"> +<compile files="One.java" options="-1.5 -warn:+raw -warn:+unchecked -warn:+warningToken"> </compile> </ajc-test> |