Skip to content

Commit f7ce57d

Browse files
author
Father Chrysostomos
committed
f
1 parent 73665bc commit f7ce57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/op/coreamp.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ $tests += 4;
994994
is &myvalues({ 1..4 }), 2, '&myvalues(\%hash) in scalar cx';
995995
lis [sort &myvalues({1..4})], [2,4], '&myvalues(\%hash) in list cx';
996996
is &myvalues([ 1..4 ]), 4, '&myvalues(\@array) in scalar cx';
997-
lis [&myvalues([ 1..4 ])], [1..4], '&mykeys(\@array) in list cx';
997+
lis [&myvalues([ 1..4 ])], [1..4], '&myvalues(\@array) in list cx';
998998

999999
test_proto 'vec';
10001000
$tests += 3;

0 commit comments

Comments
 (0)