projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3776a20
)
Fix a thinko in regression test for [perl #54956]
Ben Morrow [Sat, 3 Jan 2009 08:23:32 +0000 (09:23 +0100)]
(follows to commit
8c8eee8276dbc780932b841fe5183943a7117a3d
)
t/op/bop.t
patch
|
blob
|
blame
|
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;