Skip to content

Commit a8fe0ec

Browse files
committed
Fudge test for JVM: TTIAR
1 parent 953aca0 commit a8fe0ec

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

S06-operator-overloading/sub.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,9 @@ Testing operator overloading subroutines
491491
492492
lives-ok { sub circumfix:["@", "@"] ($a) { $a } },
493493
'can define circumfix with brackets as delimiter';
494+
#?rakudo.jvm emit # TTIAR
494495
$RT119919 = EVAL 'sub circumfix:["@", "@"] ($a) { $a }; @ 5 @';
496+
#?rakudo.jvm skip 'failing due to above failure'
495497
is $RT119919, 5, 'can define and use circumfix with brackets as delimiter';
496498
497499
constant sym = "µ";

0 commit comments

Comments
 (0)