diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-20 21:59:40 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 23:16:40 -0700 |
commit | 8aafe2e9ee6ccf5b4007edba9c668786a4853e14 (patch) | |
tree | 5c31681b015994a14f070e798415f647d7c1f3cc /t/op/index.t | |
parent | 60041a0991995a4c82b6531822e284e1cc1c8a07 (diff) | |
download | perl-8aafe2e9ee6ccf5b4007edba9c668786a4853e14.tar.gz |
index.t: Comment final brace
otherwise it can be quite confusing
Diffstat (limited to 't/op/index.t')
-rw-r--r-- | t/op/index.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/index.t b/t/op/index.t index de742a0e6d..8a3479cbfb 100644 --- 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 |