projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f87e4
)
test case for change#5700 (from M. J. T. Guy)
author
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 14 Mar 2000 17:23:47 +0000
(17:23 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
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
|
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..7
2
\n";
+print "1..7
3
\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');