summaryrefslogtreecommitdiff
path: root/t/mro/isa_c3_utf8.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mro/isa_c3_utf8.t')
-rw-r--r--t/mro/isa_c3_utf8.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mro/isa_c3_utf8.t b/t/mro/isa_c3_utf8.t
index 0e69e04eba..3e2e7a999c 100644
--- a/t/mro/isa_c3_utf8.t
+++ b/t/mro/isa_c3_utf8.t
@@ -66,6 +66,6 @@ foreach my $package (qw(kഌoんḰ urḲḵk 캎oẃ к ṭ화ckэ Źzzzዟ
is("@{mro::get_linear_isa($package)}", "@$isa", "\@ISA for $package");
foreach my $class ($package, @$isa, 'UNIVERSAL') {
- isa_ok($ref, $class, $package);
+ object_ok($ref, $class, $package);
}
}