aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2016-12-08 12:40:19 -0800
committerAndy Clement <aclement@pivotal.io>2016-12-08 12:40:19 -0800
commit2c9e594e4c55230e120c3af55ef68ac8dcf309c5 (patch)
tree6d89c4c82011dfa548371a5ae8a1a7671d703c34 /tests
parentb5df397fa8f28c52bb02e489d0e1f821c0054a48 (diff)
downloadaspectj-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.xml2
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>