diff options
author | Parashurama <Rhagdamaziel@ymail.com> | 2017-06-05 17:25:04 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-06-05 17:25:04 +0200 |
commit | f603e1b268659085b8b9e51d55e78217bfe2e3c3 (patch) | |
tree | 4b6c12032c2a7bc993e46ed0a9357e4987366074 /tests/arithm | |
parent | 2c5053caef531245cb976a2571a9aac42b63d000 (diff) | |
download | Nim-f603e1b268659085b8b9e51d55e78217bfe2e3c3.tar.gz |
fix logical right shift in VM. (#5916)
Diffstat (limited to 'tests/arithm')
-rw-r--r-- | tests/arithm/tshr.nim | 2 |
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() |