summaryrefslogtreecommitdiff
path: root/test/high2.rl
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2007-09-24 21:05:15 +0000
committerAdrian Thurston <thurston@complang.org>2007-09-24 21:05:15 +0000
commit9331691d783a5eb3fb8f6c0adc1741ea31e9d96f (patch)
treee5492c6a205c0540208b8d1fa396a1d7c76fdc78 /test/high2.rl
parent48158586099d8acab15b923ccaddaf9743109846 (diff)
downloadragel-9331691d783a5eb3fb8f6c0adc1741ea31e9d96f.tar.gz
Removed the write eof command.
Diffstat (limited to 'test/high2.rl')
-rw-r--r--test/high2.rl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/high2.rl b/test/high2.rl
index 1aeb9b3f..53f1d80b 100644
--- a/test/high2.rl
+++ b/test/high2.rl
@@ -67,7 +67,6 @@ int Fsm::execute( const unsigned char *_data, int _len )
int Fsm::finish()
{
- %% write eof;
if ( cs == Fsm_error )
return -1;
if ( cs >= Fsm_first_final )