test/langtools/tools/javac/diags/examples/MalformedSupported/MalformedSupported.java
changeset 55021 d84176dd57b0
parent 47216 71c04702a3d5
--- a/test/langtools/tools/javac/diags/examples/MalformedSupported/MalformedSupported.java	Thu May 23 18:31:38 2019 -0700
+++ b/test/langtools/tools/javac/diags/examples/MalformedSupported/MalformedSupported.java	Thu May 23 18:47:24 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2019, 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
@@ -22,6 +22,6 @@
  */
 
 // key: compiler.warn.proc.malformed.supported.string
-// options: -processor AnnoProc
+// options: -processor AnnoProc -Xlint:processing
 
 class MalformedSupported { }