projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
63f87e4
)
test case for change#5700 (from M. J. T. Guy)
Gurusamy Sarathy [Tue, 14 Mar 2000 17:23:47 +0000 (17:23 +0000)]
p4raw-link: @5700 on //depot/perl:
386d01d60781c452398a2c213e241a4169059c2c
p4raw-id: //depot/perl@5732
t/op/universal.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/universal.t
b/t/op/universal.t
index
7de8199
..
a6bd03d
100755
(executable)
--- a/
t/op/universal.t
+++ b/
t/op/universal.t
@@
-8,7
+8,7
@@
BEGIN {
unshift @INC, '../lib' if -d '../lib';
}
-print "1..72\n";
+print "1..73\n";
$a = {};
bless $a, "Bob";
@@
-102,3
+102,5
@@
test $a->can("sleep");
test ! UNIVERSAL::can($b, "can");
test ! $a->can("export_tags"); # a method in Exporter
+
+test ! UNIVERSAL::isa("\xff\xff\xff\0", 'HASH');