diff options
author | Araq <rumpf_a@web.de> | 2013-03-05 07:39:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-05 07:39:52 +0100 |
commit | 16821e31bec05053017233c743f2b46e5c4c414b (patch) | |
tree | f41236f44fa7f9749b72574f6d38f971e707af05 /tests/run/tvtable.nim | |
parent | 1fcc704f4affd052256b5abb46c62452fcca09f5 (diff) | |
download | Nim-16821e31bec05053017233c743f2b46e5c4c414b.tar.gz |
bugfix: tvtable works again
Diffstat (limited to 'tests/run/tvtable.nim')
-rwxr-xr-x | tests/run/tvtable.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/tvtable.nim b/tests/run/tvtable.nim index 36b67277a..51894618c 100755 --- a/tests/run/tvtable.nim +++ b/tests/run/tvtable.nim @@ -15,7 +15,7 @@ type barProc[T] = proc (o: var T) # an untyped table to store the proc pointers - # it's also possible to use a strontly typed tuple here + # it's also possible to use a strongly typed tuple here VTable = array[0..1, pointer] TBase = object {.inheritable.} |