Skip to content

Commit 0029b74

Browse files
committed
fix loop_object_accessor (maybe?)
1 parent de5b2af commit 0029b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microbenchmarks.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
name => 'loop_object_accessor',
537537
tags => [qw( object accessor )],
538538
scale => 1 << 10,
539-
expected => "42",
539+
expected => "42\n",
540540
perl5 => undef,
541541
perl6 => 'class A { has $.x; }; my $a = A.new(x => 42); my $y; loop (my int $i = 0; $i < SCALE; $i++) { $y = $a.x; }; say $y;',
542542
nqp => undef,

0 commit comments

Comments
 (0)