summary refs log tree commit diff stats
path: root/tests/arithm
diff options
context:
space:
mode:
authorParashurama <Rhagdamaziel@ymail.com>2017-06-05 17:25:04 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-06-05 17:25:04 +0200
commitf603e1b268659085b8b9e51d55e78217bfe2e3c3 (patch)
tree4b6c12032c2a7bc993e46ed0a9357e4987366074 /tests/arithm
parent2c5053caef531245cb976a2571a9aac42b63d000 (diff)
downloadNim-f603e1b268659085b8b9e51d55e78217bfe2e3c3.tar.gz
fix logical right shift in VM. (#5916)
Diffstat (limited to 'tests/arithm')
-rw-r--r--tests/arithm/tshr.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/arithm/tshr.nim b/tests/arithm/tshr.nim
index 09e6e570c..e9b72f1df 100644
--- a/tests/arithm/tshr.nim
+++ b/tests/arithm/tshr.nim
@@ -16,3 +16,5 @@ proc T() =
 
 
 T()
+static:
+    T()