test/langtools/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java
changeset 51047 860a3648c494
parent 48054 702043a4cdeb
--- a/test/langtools/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java	Thu Jul 12 12:06:22 2018 -0700
+++ b/test/langtools/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java	Thu Jul 12 14:13:15 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,8 +23,7 @@
 
 // key: compiler.err.feature.not.supported.in.source.plural
 // key: compiler.misc.feature.repeatable.annotations
-// key: compiler.warn.source.no.bootclasspath
-// options: -source 7
+// options: -source 7 -Xlint:-options
 
 @interface Anno { }