summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-04 06:35:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-04 06:35:51 +0000
commit68b871bb4a348d153c096d0edd21e3147f4c7025 (patch)
tree74e495f8273022faddc02739641d11a3e6713ad4 /t
parent7235ff25686ea87cdc817be9e231d445a360f6c1 (diff)
downloadperl-68b871bb4a348d153c096d0edd21e3147f4c7025.tar.gz
Comment tweak.
p4raw-id: //depot/perl@18652
Diffstat (limited to 't')
-rwxr-xr-xt/op/pat.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/op/pat.t b/t/op/pat.t
index 360892bc4c..5ac1dc1171 100755
--- a/t/op/pat.t
+++ b/t/op/pat.t
@@ -3090,6 +3090,5 @@ ok("bbbbac" =~ /$pattern/ && $1 eq 'a', "[perl #3547]");
ok( $1 ne "\xC4\x80", '$1 is not non-utf-8' );
}
-# last test 984
-
+# last test 986