Some cleanup and fixes to the runtests script. The -P option will be changing.
[external/ragel.git] / test / atoi3.rl
index a4b9387..b8d54f6 100644 (file)
@@ -2,9 +2,6 @@
 # @LANG: ruby
 #
 
-neg = false
-val = 0
-
 %%{
     machine atoi3;
     action begin {
@@ -33,7 +30,6 @@ def run_machine( data )
        p = 0;
        pe = data.length
        cs = 0
-       cs = 0
        val = 0;
        neg = false;