summary refs log tree commit diff stats
path: root/tests/ccgbugs/tuple_canon.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccgbugs/tuple_canon.nim')
-rw-r--r--tests/ccgbugs/tuple_canon.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccgbugs/tuple_canon.nim b/tests/ccgbugs/tuple_canon.nim
index aa9605d4b..fbb971861 100644
--- a/tests/ccgbugs/tuple_canon.nim
+++ b/tests/ccgbugs/tuple_canon.nim
@@ -68,7 +68,7 @@ template odd*(i: int) : untyped =
 
 proc vidx(hg: HexGrid; col, row: int; i: HexVtxIndex) : Index =
     #NOTE: this variation compiles
-    #var offset : type(evenSharingOffsets[i])
+    #var offset : typeof(evenSharingOffsets[i])
     #
     #if odd(col):
     #    offset = oddSharingOffsets[i]