summary refs log tree commit diff stats
path: root/tests/arc/torc_basic_test.nim
diff options
context:
space:
mode:
authorSivchari <55221074+sivchari@users.noreply.github.com>2021-04-22 02:47:01 +0900
committerGitHub <noreply@github.com>2021-04-21 19:47:01 +0200
commitfb32fff8dcf2b15a469e5cce07b10d88aa6352ee (patch)
tree579c73d9a128a98845494774460c23c49c444e3d /tests/arc/torc_basic_test.nim
parent4471141a1d68158f3f23c6584d1f0434807c0203 (diff)
downloadNim-fb32fff8dcf2b15a469e5cce07b10d88aa6352ee.tar.gz
js generates spurious >>> on shr (#17767)
* js generates spurious >>> on shr
* Add shr arithmetic test
* fix variables from const to let during testing
Diffstat (limited to 'tests/arc/torc_basic_test.nim')
0 files changed, 0 insertions, 0 deletions
icprintseq.nim?h=devel&id=befdce51b44408e7e29e5ca78441f7b223f67bf8'>befdce51b ^
50861792f ^

016492375 ^

eebe0035b ^
5aa486cf1 ^
000b8afd2 ^
eebe0035b ^

016492375 ^
eebe0035b ^
016492375 ^
eebe0035b ^


5aa486cf1 ^
000b8afd2 ^
eebe0035b ^

5aa486cf1 ^
eebe0035b ^

5aa486cf1 ^






016492375 ^

e8c50640d ^




5aa486cf1 ^
000b8afd2 ^
5aa486cf1 ^

016492375 ^
5aa486cf1 ^
5f478e5aa ^
5f478e5aa ^
















befdce51b ^
ac02aecb0 ^

50861792f ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92