summaryrefslogtreecommitdiffstats
path: root/t/50-buggy-constructor-inlining.t
diff options
context:
space:
mode:
Diffstat (limited to 't/50-buggy-constructor-inlining.t')
-rw-r--r--t/50-buggy-constructor-inlining.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/50-buggy-constructor-inlining.t b/t/50-buggy-constructor-inlining.t
index 591fae0..c72c7c8 100644
--- a/t/50-buggy-constructor-inlining.t
+++ b/t/50-buggy-constructor-inlining.t
@@ -26,9 +26,7 @@ my ($Foo, $Bar, $Baz) = (0, 0, 0);
}
Baz->new;
-{ local $TODO = "need to call custom constructor for other classes, not Moose::Object->new";
is($Foo, 1, "Foo->new is called");
-}
{ local $TODO = "need to call non-Moose constructor, not superclass constructor";
is($Bar, 0, "Bar->new is not called");
}