From d7bdb74fd5b60c17ffdff2405cd946b61d145a8c Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Wed, 1 Dec 2010 11:08:16 +0100 Subject: Fix B test failure introduced in 6b7c6d9 --- ext/B/t/optree_constants.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/B/t/optree_constants.t b/ext/B/t/optree_constants.t index c0f49328ab..712704b771 100644 --- a/ext/B/t/optree_constants.t +++ b/ext/B/t/optree_constants.t @@ -213,10 +213,10 @@ my ($expect, $expect_nt) = (<<'EOT_EOT', <<'EONT_EONT'); # 8 <@> prtf sK ->9 # 2 <0> pushmark s ->3 # 3 <$> const[PV "myint %d mystr %s myfl %f pi %f\n"] s ->4 -# 4 <$> const[IV 42] s ->5 -# 5 <$> const[PV "hithere"] s ->6 -# 6 <$> const[NV 1.414213] s ->7 -# 7 <$> const[NV 3.14159] s ->8 +# 4 <$> const[IV 42] s* ->5 +# 5 <$> const[PV "hithere"] s* ->6 +# 6 <$> const[NV 1.414213] s* ->7 +# 7 <$> const[NV 3.14159] s* ->8 EOT_EOT # 9 <1> leavesub[1 ref] K/REFC,1 ->(end) # - <@> lineseq KP ->9 -- cgit v1.2.1