test/langtools/jdk/javadoc/tool/QuietOption.java
changeset 48521 30243cf1503e
parent 47216 71c04702a3d5
child 49139 771616d26ca1
--- a/test/langtools/jdk/javadoc/tool/QuietOption.java	Fri Jan 12 14:01:52 2018 +0530
+++ b/test/langtools/jdk/javadoc/tool/QuietOption.java	Fri Jan 12 11:41:32 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -62,6 +62,7 @@
     void run1() throws Exception {
         List<String> output = doTest(javadoc.getPath(),
                 "-classpath", ".", // insulates us from ambient classpath
+                "-html4",
                 "-quiet",
                 new File(testSrc, thisClassName + ".java").getPath());