summaryrefslogtreecommitdiff
path: root/test/cppscan4.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/cppscan4.rl')
-rw-r--r--test/cppscan4.rl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cppscan4.rl b/test/cppscan4.rl
index fa7499fa..8e9dc1b6 100644
--- a/test/cppscan4.rl
+++ b/test/cppscan4.rl
@@ -208,8 +208,6 @@ class Scanner
// accepting state.
int finish( )
{
- %% write eof;
-
if ( cs == error )
return -1;
if ( cs >= first_final )