langtools/test/tools/javadoc/6964914/Test.java
changeset 45742 36bf0f2436ad
parent 36526 3b41f1c69604
--- a/langtools/test/tools/javadoc/6964914/Test.java	Wed Jul 05 23:44:18 2017 +0200
+++ b/langtools/test/tools/javadoc/6964914/Test.java	Wed Jun 21 19:39:51 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2017, 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
@@ -38,7 +38,6 @@
     public void run() throws Exception {
         javadoc("Error.java", "1 error");
         javadoc("JavacWarning.java", "1 warning");
-        javadoc("JavadocWarning.java", "1 warning");
         if (errors > 0)
             throw new Exception(errors + " errors found");
     }
@@ -46,7 +45,6 @@
     void javadoc(String path, String expect) {
         File testSrc = new File(System.getProperty("test.src"));
         String[] args = {
-            "-Xdoclint:none",
             "-source", "8",
             "-classpath", ".",
             "-package",