8161295: javac, cleanup use of ModuleTestBase

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2017-04-17 15:28:37 -07:00
parent 1396390608
commit 0cd70bbdc1

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 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
@ -33,7 +33,6 @@ import toolbox.ToolBox;
*/
public class ModuleTestBase extends TestRunner {
protected ToolBox tb;
private int errors;
ModuleTestBase() {
super(System.err);