From 2dfcbdeedb0ac40d4865aaf5c2202dfba95f4a38 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Fri, 14 Dec 2018 15:17:42 +0000 Subject: Add a few more tests for Jenkins Some of the output from the tests scripts is odd on Jenkins, try to fix this by flushing stdout more regularly in the test scripts --- src/parser.mly | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/parser.mly') diff --git a/src/parser.mly b/src/parser.mly index 6344db97..66902953 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -319,12 +319,6 @@ kid: | TyVar { mk_kid $1 $startpos $endpos } -kid_list: - | kid - { [$1] } - | kid kid_list - { $1 :: $2 } - num_list: | Num { [$1] } -- cgit v1.2.3