summary refs log tree commit diff stats
path: root/tests/run/tpegs.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/tpegs.nim')
-rwxr-xr-xtests/run/tpegs.nim1
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"