freshen unit tests

This commit is contained in:
Terence Parr 2015-01-22 11:44:01 -08:00
parent ac4786c29a
commit 7e21ec761e
1 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestParserErrors extends BaseTest {