From fbeaaf058d7a46994f8a51e432cc9450f4de1a37 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 12 Nov 2011 21:35:24 +0100 Subject: [PATCH] fix plan in for.t --- S04-statements/for.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/S04-statements/for.t b/S04-statements/for.t index 642ea9672b..488216c8f0 100644 --- a/S04-statements/for.t +++ b/S04-statements/for.t @@ -13,7 +13,7 @@ for statement as possible =end description -plan 67; +plan 68; ## No foreach # L statement/"no foreach statement any more"> @@ -510,6 +510,4 @@ lives_ok { is $a, 3, 'RT #78232'; } -done; - # vim: ft=perl6