summaryrefslogtreecommitdiff
path: root/test/clang3.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/clang3.rl')
-rw-r--r--test/clang3.rl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/clang3.rl b/test/clang3.rl
index d950eb36..6c9150e1 100644
--- a/test/clang3.rl
+++ b/test/clang3.rl
@@ -168,7 +168,6 @@ class CLang
// accepting state.
int finish( )
{
- %% write eof;
if ( cs == error )
return -1;
if ( cs >= first_final )