summary refs log tree commit diff stats
path: root/tests/iter/t2771.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iter/t2771.nim')
-rw-r--r--tests/iter/t2771.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/iter/t2771.nim b/tests/iter/t2771.nim
index 49befb0a9..71a8a9dcd 100644
--- a/tests/iter/t2771.nim
+++ b/tests/iter/t2771.nim
@@ -1,3 +1,7 @@
+discard """
+  targets: "c js"
+"""
+
 template t1(i: int): int=
   i+1
 template t2(i: int): int=