summary refs log tree commit diff stats
path: root/tests/generics/t2tables.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generics/t2tables.nim')
-rw-r--r--tests/generics/t2tables.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/generics/t2tables.nim b/tests/generics/t2tables.nim
index 3ef5e621e..e4b1fb967 100644
--- a/tests/generics/t2tables.nim
+++ b/tests/generics/t2tables.nim
@@ -1,3 +1,6 @@
+discard """
+action: compile
+"""
 
 # bug #3669
 
@@ -10,4 +13,3 @@ type
 
 var g: G[string]
 echo g.rnodes["foo"]
-