Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge now passing test
  • Loading branch information
lizmat committed Aug 1, 2014
1 parent 0122f77 commit 31c3fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/short-circuit.t
Expand Up @@ -190,7 +190,6 @@ sub accumtest($expect, $op) {

isa_ok 7 ^^ 7, Nil, '^^ can return a Bool';
isa_ok 7 ^^ Mu, Int, '^^ can return an Int';
#?rakudo.moar todo 'regression in latest Moar, #122448'
isa_ok 0 ^^ ^7, Range, '^^ can return a Range';
isa_ok ^7 ^^ 0, Range, '^^ can return a Range';
isa_ok 7.5i ^^ Mu, Complex, '^^ can return a Complex';
Expand Down

0 comments on commit 31c3fd1

Please sign in to comment.