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:
60041a0
)
index.t: Comment final brace
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 21 Jun 2013 04:59:40 +0000
(21:59 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 06:16:40 +0000
(23:16 -0700)
otherwise it can be quite confusing
t/op/index.t
patch
|
blob
|
history
diff --git
a/t/op/index.t
b/t/op/index.t
index
de742a0
..
8a3479c
100644
(file)
--- a/
t/op/index.t
+++ b/
t/op/index.t
@@
-217,4
+217,4
@@
is(index('bang', PVBM2), 0, "index isn't confused by format compilation");
is(index("rules 1 & 2", perl), 0, 'second index of the same constant works');
}
-}
+}
# end of sub run_tests