diff options
author | Adrian Thurston <thurston@complang.org> | 2011-12-30 23:55:27 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-12-30 23:55:27 +0000 |
commit | 151a7f61fa5c5e2c406f56e84c73cbbbdd5d5790 (patch) | |
tree | 8fe2eed03d020a2d862acee4ab049b4357eb1d79 /test | |
parent | 981862c0b828c64f1445792ebc2acf243c26390c (diff) | |
download | colm-151a7f61fa5c5e2c406f56e84c73cbbbdd5d5790.tar.gz |
Don't need the flush flag in input streams anymore. The parse loop decides when
to flush based on what it has/sees. refs #341.
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtests.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/runtests.mk b/test/runtests.mk index 51220ffa..ba5cee07 100755 --- a/test/runtests.mk +++ b/test/runtests.mk @@ -7,7 +7,6 @@ TESTS = \ backtrack1.lm \ backtrack2.lm \ backtrack3.lm \ - binary1.lm \ accum1.lm \ accum2.lm \ accum3.lm \ @@ -76,7 +75,6 @@ DIFFS = \ backtrack1.diff \ backtrack2.diff \ backtrack3.diff \ - binary1.diff \ accum1.diff \ accum2.diff \ accum3.diff \ |