summary refs log tree commit diff stats
path: root/tests/run
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-04-15 10:02:35 +0200
committerAraq <rumpf_a@web.de>2012-04-15 10:02:35 +0200
commitda9ff288d9ddb2f92bc8a82f859fc4f420102882 (patch)
tree503746c6af5d088c243602ea3a4333670ac70def /tests/run
parent959e370ae9f5c1e91b735f0633895780bb832235 (diff)
parent043a40eee6d33dec66a55c51123453c072e8d7be (diff)
downloadNim-da9ff288d9ddb2f92bc8a82f859fc4f420102882.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'tests/run')
-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"