Fix B test failure introduced in 6b7c6d9
authorFlorian Ragwitz <rafl@debian.org>
Wed, 1 Dec 2010 10:08:16 +0000 (11:08 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 1 Dec 2010 10:08:16 +0000 (11:08 +0100)
ext/B/t/optree_constants.t

index c0f4932..712704b 100644 (file)
@@ -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