projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
27d248f
)
A test works better if it has the right 1..$n output.
Jarkko Hietaniemi [Wed, 29 Nov 2000 16:32:15 +0000 (16:32 +0000)]
p4raw-id: //depot/perl@7924
t/lib/class-struct.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/class-struct.t
b/t/lib/class-struct.t
index
c875fb0
..
22801d5
100644
(file)
--- a/
t/lib/class-struct.t
+++ b/
t/lib/class-struct.t
@@
-5,7
+5,7
@@
BEGIN {
@INC = '../lib';
}
-print "1..2\n";
+print "1..8\n";
package aClass;
@@
-63,7
+63,3
@@
$obk->SomeElem(123);
print "not " unless $obk->SomeElem() == 123;
print "ok 8\n";
-
-
-
-