diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-25 16:47:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-25 16:47:08 +0000 |
commit | 4e3c68f2d6398ba858f4200b23f0f9f65c7aeeff (patch) | |
tree | 6a16d6052dc7a0fe0d114e9c9b5549d42d7d8b8b /lib | |
parent | be64226e5b5d608a2b57cf611954f2a7cec0b340 (diff) | |
download | perl-4e3c68f2d6398ba858f4200b23f0f9f65c7aeeff.tar.gz |
Put a plan in the last added test
p4raw-id: //depot/perl@28760
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SelfLoader-buggy.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/SelfLoader-buggy.t b/lib/SelfLoader-buggy.t index e8eb19aafa..07409c34aa 100644 --- a/lib/SelfLoader-buggy.t +++ b/lib/SelfLoader-buggy.t @@ -8,6 +8,7 @@ BEGIN { } use SelfLoader; +print "1..1\n"; # this script checks that errors on self-loaded # subroutines that affect $@ are reported |