We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc4389 commit 54c7b73Copy full SHA for 54c7b73
t/nqp/76-capture.t
@@ -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
-}
+#if nqp::getcomp('nqp').backend.name eq 'parrot' {
+# say("1..0 # Skipped: nqp::savecapture is broken on parrot. GH #1161");
+# nqp::exit(0);
+#}
5
plan(4);
6
my $x;
7
sub savecapture($arg) {
0 commit comments