projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fa17d11
)
Be tidy.
Jarkko Hietaniemi [Mon, 18 Mar 2002 14:19:29 +0000 (14:19 +0000)]
p4raw-id: //depot/perl@15294
ext/B/t/xref.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/xref.t
b/ext/B/t/xref.t
index
8268e3f
..
10f868a
100644
(file)
--- a/
ext/B/t/xref.t
+++ b/
ext/B/t/xref.t
@@
-93,6
+93,10
@@
is(
'1001', 'glob FOO used in subroutine foo'
);
+END {
+ 1 while unlink $file;
+}
+
# End of tests.
# Now some stuff to feed B::Xref
@@
-100,3
+104,4
@@
is(
package Testing::Xref;
sub foo { print FOO %::xreftable; }
sub bar { print FOO foo; }
+