diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2005-05-05 12:06:32 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2005-05-05 12:06:32 +0000 |
commit | 8af3c3489f0c9ca8d37ebae27991ac4f34dfdb2f (patch) | |
tree | 581cc11a1f62e5d6ce3b46a5febe424bde8b1a58 /lib/Math | |
parent | 43fe08367a10211b912991159b5d14031e223323 (diff) | |
download | perl-8af3c3489f0c9ca8d37ebae27991ac4f34dfdb2f.tar.gz |
stop Math/BigInt/t/bare_mbf.t producing spurious test output
p4raw-id: //depot/perl@24393
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigInt/t/bare_mbf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bare_mbf.t b/lib/Math/BigInt/t/bare_mbf.t index 29a73a0153..1cd56c0cb4 100644 --- a/lib/Math/BigInt/t/bare_mbf.t +++ b/lib/Math/BigInt/t/bare_mbf.t @@ -8,7 +8,7 @@ BEGIN $| = 1; # to locate the testing files my $location = $0; $location =~ s/bare_mbf.t//i; - print "$0\n"; + print "#$0\n"; if ($ENV{PERL_CORE}) { # testing with the core distribution |