langtools/test/tools/javadoc/6964914/Test.java
changeset 15354 52a04c670c05
parent 8633 41311e88ffb7
child 23139 612191246a7d
--- a/langtools/test/tools/javadoc/6964914/Test.java	Thu Jan 10 15:48:46 2013 -0800
+++ b/langtools/test/tools/javadoc/6964914/Test.java	Thu Jan 10 19:38:57 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, 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
@@ -45,6 +45,7 @@
     void javadoc(String path, String expect) {
         File testSrc = new File(System.getProperty("test.src"));
         String[] args = {
+            "-Xdoclint:none",
             "-source", "1.4", // enables certain Parser warnings
             "-bootclasspath", System.getProperty("sun.boot.class.path"),
             "-classpath", ".",