diff options
author | Stas Bekman <stas@stason.org> | 2003-12-23 06:48:58 -0800 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-23 23:19:19 +0000 |
commit | 141f445b878212088a7c51f894a67b497c69a785 (patch) | |
tree | 1c86e98ce0fc1002b97e9c42b19670531e2d58e2 /t/test.pl | |
parent | df91b2c56ff1b711bacf43bb03807cfa68f46eb0 (diff) | |
download | perl-141f445b878212088a7c51f894a67b497c69a785.tar.gz |
[patch t/test.pl] comment fix
Message-ID: <3FE8C65A.4060708@stason.org>
Date: Tue, 23 Dec 2003 14:48:58 -0800
p4raw-id: //depot/perl@21952
Diffstat (limited to 't/test.pl')
-rw-r--r-- | t/test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -586,7 +586,7 @@ sub _fresh_perl { } # -# run_perl_is +# fresh_perl_is # # Combination of run_perl() and is(). # @@ -600,7 +600,7 @@ sub fresh_perl_is { } # -# run_perl_like +# fresh_perl_like # # Combination of run_perl() and like(). # |