projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3776a20
)
Fix a thinko in regression test for [perl #54956]
author
Ben Morrow
<ben@morrow.me.uk>
Sat, 3 Jan 2009 08:23:32 +0000
(09:23 +0100)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sat, 3 Jan 2009 08:23:32 +0000
(09:23 +0100)
(follows to commit
8c8eee8276dbc780932b841fe5183943a7117a3d
)
t/op/bop.t
patch
|
blob
|
history
diff --git
a/t/op/bop.t
b/t/op/bop.t
index
bc61c58
..
b7f82ee
100755
(executable)
--- a/
t/op/bop.t
+++ b/
t/op/bop.t
@@
-447,7
+447,7
@@
for my $str ("x", "\x{100}") {
}
sub PVBM () { "X" }
-index
PVBM, "foo"
;
+index
"foo", PVBM
;
my $warn = 0;
local $^W = 1;