From 7fe9e3eab267448b47719ffe4192a5b2f6f20e64 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 22 Feb 2010 13:17:08 +0100 Subject: [PATCH] re-enable test for statement-modifying for-loop, and add a new test file which we have never passed before --- t/spectest.data | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/spectest.data b/t/spectest.data index ac33f088f69..be93b52a09e 100644 --- a/t/spectest.data +++ b/t/spectest.data @@ -189,7 +189,7 @@ S04-declarations/implicit-parameter.t # S04-declarations/my.t # S04-declarations/state.t S04-exceptions/fail.t -# S04-statement-modifiers/for.t +S04-statement-modifiers/for.t # S04-statement-modifiers/given.t # S04-statement-modifiers/if.t S04-statement-modifiers/unless.t @@ -325,6 +325,7 @@ S12-attributes/clone.t # S12-attributes/inheritance.t # S12-attributes/instance.t # S12-attributes/recursive.t +t/spec/S12-attributes/undeclared.t # S12-class/anonymous.t # S12-class/attributes.t S12-class/basic.t