Skip to content

Commit 60bb371

Browse files
committed
unfudge circumfix test for rakudo
1 parent d4b6b16 commit 60bb371

File tree

1 file changed

+0
-1
lines changed
  • S06-operator-overloading

1 file changed

+0
-1
lines changed

S06-operator-overloading/sub.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ Testing operator overloading subroutines
289289
ok !(A.new(v => 2) == A.new(v => 3)), 'infix:<==> on A objects works (-)';
290290
}
291291
292-
#?rakudo skip 'circumfix:<< >>'
293292
{
294293
sub circumfix:<<` `>>(*@args) { @args.join('-') }
295294
is `3, 4, "f"`, '3-4-f', 'slurpy circumfix:<<...>> works'

0 commit comments

Comments
 (0)