Skip to content

Commit 54c7b73

Browse files
author
Reini Urban
committed
t/nqp/76-capture.t: add parrot ticket for savecapture
1 parent 1fc4389 commit 54c7b73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/nqp/76-capture.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
if nqp::getcomp('nqp').backend.name eq 'parrot' {
2-
say("1..0 # Skipped: nqp::savecapture is broken on parrot");
3-
nqp::exit(0);
4-
}
1+
#if nqp::getcomp('nqp').backend.name eq 'parrot' {
2+
# say("1..0 # Skipped: nqp::savecapture is broken on parrot. GH #1161");
3+
# nqp::exit(0);
4+
#}
55
plan(4);
66
my $x;
77
sub savecapture($arg) {

0 commit comments

Comments
 (0)