summary refs log tree commit diff stats
path: root/tests/generics/t1056.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generics/t1056.nim')
-rw-r--r--tests/generics/t1056.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/generics/t1056.nim b/tests/generics/t1056.nim
index 73a24a76a..b1fe25894 100644
--- a/tests/generics/t1056.nim
+++ b/tests/generics/t1056.nim
@@ -1,6 +1,5 @@
 discard """
   output: '''TMatrix[3, 3, system.int]
-3
 3'''
 """
 
@@ -22,5 +21,5 @@ proc echoMat2(a: TMat2) =
 var m = TMatrix[3,3,int](data: [1,2,3,4,5,6,7,8,9])
 
 echoMatrix m
-echoMat2 m
+#echoMat2 m