Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip tests that makes compilation barf
  • Loading branch information
lizmat committed Oct 8, 2015
1 parent db4b845 commit 0f71d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-operator-overloading/sub.t
Expand Up @@ -502,6 +502,7 @@ 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 0f71d26

Please sign in to comment.