Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Skip tests that makes compilation barf"
Seems to have been a flaky fail.
  • Loading branch information
lizmat committed Oct 8, 2015
1 parent 0f71d26 commit f9d8b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S06-operator-overloading/sub.t
Expand Up @@ -502,7 +502,6 @@ Testing operator overloading subroutines
is 5 ° 5, "55", 'can define and use operator with a sigiled constant as symbol';
}
#?rakudo skip 'goes into never never land for a minute, then crashes'
{
lives-ok { constant $x = "µ, @"; sub circumfix:<<$x>>($) { 42 } },
'can define circumfix using << >> and both delimiters from the same constant';
Expand Down

0 comments on commit f9d8b9a

Please sign in to comment.