From 7f3edd8baccb1116d54a89e43f64c853f0b72aca Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 3 Nov 2008 20:00:53 +0100 Subject: [PATCH] store sthg as code to make sure that we don't loop indefinitely --- t/2-ops/block_transfer.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/2-ops/block_transfer.t b/t/2-ops/block_transfer.t index 206f445..94b2192 100644 --- a/t/2-ops/block_transfer.t +++ b/t/2-ops/block_transfer.t @@ -30,7 +30,7 @@ is($ip->scount, 0, 'toss is empty by default'); is($ip->ss_count, 0, 'no soss by default'); $ip->spush(6, 7, 8, 9, 0); $lbi->set_curip( $ip ); -$lbi->store_code(''); +$lbi->store_code('12345'); Language::Befunge::Ops::block_open( $lbi ); is($ip->scount, 0, 'new toss is empty'); is($ip->ss_count, 1, 'soss exists'); -- 2.11.4.GIT