summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-12-21 17:05:21 -0800
committerGitHub <noreply@github.com>2020-12-22 02:05:21 +0100
commitbc84d9c8cbaf4700e7c984a50876553ec21168b0 (patch)
tree0b463ebdec4657bc1ca52d4cf6407a60c9016165 /tests
parent297c8e403d110dd872e070563328f4e0c734cd01 (diff)
downloadNim-bc84d9c8cbaf4700e7c984a50876553ec21168b0.tar.gz
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
* fix #16428 vmops now works for generic procs

* remove duplication
Diffstat (limited to 'tests')
-rw-r--r--tests/vm/tvmops.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vm/tvmops.nim b/tests/vm/tvmops.nim
index 6442c49d6..c8febd982 100644
--- a/tests/vm/tvmops.nim
+++ b/tests/vm/tvmops.nim
@@ -1,3 +1,7 @@
+discard """
+  targets: "c cpp js"
+"""
+
 #[
 test for vmops.nim
 ]#