diff options
-rwxr-xr-x | tests/tr/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index 9f64e5424..11899fc8a 100755 --- a/tests/tr/Test.pm +++ b/tests/tr/Test.pm @@ -2,7 +2,7 @@ package Test; require 5.002; use strict; -@Trtest::t = ( +@Test::t = ( # test input flags 1 or 2 strings expected output expected return code # ['1', 'abcd', '', 'abcd','[]*]', ']]]]', 0], |