From: Nicholas Clark Date: Thu, 13 Aug 2009 06:58:46 +0000 (+0100) Subject: Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=972ee0bb665b38fb7358a55b17bd9ccf4d122b49;hp=cb4bdfcf966b22445c291b778e785e035f399f9d;p=p5sagit%2Fp5-mst-13.2.git Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66. --- diff --git a/t/lib/strict/subs b/t/lib/strict/subs index e8e1324..03cda4f 100644 --- a/t/lib/strict/subs +++ b/t/lib/strict/subs @@ -409,7 +409,7 @@ EXPECT Bareword "FOO" not allowed while "strict subs" in use at - line 4. Execution of - aborted due to compilation errors. ######## -# commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing +# TODO: commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing use strict 'subs'; my @players; sub _rankCompare { } @@ -417,7 +417,7 @@ sub _rankCompare { } EXPECT ######## -# commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing +# TODO: commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing use strict; readline(STDIN); EXPECT