summaryrefslogtreecommitdiff
path: root/t/mro/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mro/basic.t')
-rw-r--r--t/mro/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mro/basic.t b/t/mro/basic.t
index f49695607e..353352bb61 100644
--- a/t/mro/basic.t
+++ b/t/mro/basic.t
@@ -57,7 +57,7 @@ ok(!mro::is_universal('MRO_B'));
ok(mro::is_universal('MRO_B'));
@UNIVERSAL::ISA = ();
-ok(mro::is_universal('MRO_B'));
+ok(!mro::is_universal('MRO_B'));
# is_universal, get_mro, and get_linear_isa should
# handle non-existant packages sanely