This commit is contained in:
Terence Parr 2012-05-20 18:06:43 -07:00
parent 6215390408
commit d378469c9c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import org.junit.Test;
import java.io.StringReader; import java.io.StringReader;
public class TestUnbufferedInputStream extends BaseTest { public class TestUnbufferedCharStream extends BaseTest {
@Test public void testNoChar() throws Exception { @Test public void testNoChar() throws Exception {
CharStream input = new UnbufferedCharStream( CharStream input = new UnbufferedCharStream(
new StringReader("") new StringReader("")