Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[hyper.t] missing semi
git-svn-id: http://svn.pugscode.org/pugs@27876 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
lwall committed Aug 5, 2009
1 parent e2cac8b commit 00f085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/hyper.t
Expand Up @@ -173,7 +173,7 @@ my @e;
#?rakudo skip '@array»++'
{

my (@r, @e)
my (@r, @e);
(@r = (1, 4, 9))»++;
@e = (2, 5, 10);
is(~@r, ~@e, "operator call on integer list elements");
Expand Down

0 comments on commit 00f085f

Please sign in to comment.