Skip to content

Commit 85b83d5

Browse files
committed
Turn some todos to skips.
1 parent 5031753 commit 85b83d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

S12-construction/BUILD.t

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@ is $obj.gather, 'Parent(a): (7) | Child(a, b): (7, 5)',
8383
}
8484

8585
# RT #67888
86+
#?rakudo skip 'RT #67888'
8687
{
87-
my $counter = 0;
88+
my $counter = 0;
8889

89-
class TestCompiler is Perl6::Compiler {
90-
submethod BUILD {
91-
$counter++;
90+
class TestCompiler is Perl6::Compiler {
91+
submethod BUILD {
92+
$counter++;
93+
}
9294
}
93-
}
9495

95-
TestCompiler.new;
96-
#?rakudo todo 'RT #67888'
97-
is $counter, 1, "testing BUILD in compiler subclass";
96+
TestCompiler.new;
97+
is $counter, 1, "testing BUILD in compiler subclass";
9898
}
9999

100-
#?rakudo todo 'method BUILD should warn'
100+
#?rakudo skip 'method BUILD should warn'
101101
{
102102
BEGIN { @*INC.push: 't/spec/packages' }
103103
use Test::Util;

0 commit comments

Comments
 (0)