diff options
Diffstat (limited to 'tests/generics/t7141.nim')
-rw-r--r-- | tests/generics/t7141.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/generics/t7141.nim b/tests/generics/t7141.nim index 8a128d828..b1e9cbf43 100644 --- a/tests/generics/t7141.nim +++ b/tests/generics/t7141.nim @@ -1,7 +1,6 @@ discard """ - action: "reject" - line: 7 errormsg: "cannot instantiate: \'T\'" + line: 6 """ proc foo[T](x: T) = |