diff options
Diffstat (limited to 'tests/run/tpegs.nim')
-rwxr-xr-x | tests/run/tpegs.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run/tpegs.nim b/tests/run/tpegs.nim index 4473f90bb..595bdfaea 100755 --- a/tests/run/tpegs.nim +++ b/tests/run/tpegs.nim @@ -1734,7 +1734,6 @@ when isMainModule: else: doAssert false - var matches: array[0..5, string] if match("abcdefg", peg"c {d} ef {g}", matches, 2): doAssert matches[0] == "d" doAssert matches[1] == "g" |