diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-12-21 17:05:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 02:05:21 +0100 |
commit | bc84d9c8cbaf4700e7c984a50876553ec21168b0 (patch) | |
tree | 0b463ebdec4657bc1ca52d4cf6407a60c9016165 /tests | |
parent | 297c8e403d110dd872e070563328f4e0c734cd01 (diff) | |
download | Nim-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.nim | 4 |
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 ]# |