Skip to content

Commit 23abe1b

Browse files
committed
Mark test as skip because of segfault
1 parent d755436 commit 23abe1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S32-list/uniq.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ This test tests the C<uniq> builtin.
130130
#?rakudo.moar skip "segfault"
131131
is_deeply uniq(@array,:$with), ({:a<1>}, {:b<1>}).list.item,
132132
"subroutine form of uniq with [eqv] and objects works";
133+
#?rakudo.moar skip "segfault"
133134
is_deeply @array .= uniq(:$with), [{:a<1>}, {:b<1>}],
134135
"inplace form of uniq with [eqv] and objects works";
135136
#?rakudo.moar skip "segfault"

0 commit comments

Comments
 (0)