Tests moved to test/ folder

This commit is contained in:
Paweł Bylica 2014-10-17 11:28:16 +02:00
parent dd6fbdaf2a
commit f0928f54f3
38 changed files with 0 additions and 27 deletions

View file

@ -1 +0,0 @@
600160805460006080530b6016596003608054601b586002608054

View file

@ -1,21 +0,0 @@
.code:
PUSH 1
PUSH 128
MSTORE
PUSH 0
PUSH 128
MLOAD
GT
PUSH [tag0]
JUMPI
PUSH 3
PUSH 128
MSTORE
PUSH [tag1]
JUMP
tag0:
PUSH 2
PUSH 128
MSTORE
tag1:

View file

@ -1,5 +0,0 @@
{
[i] 1
( if (> @i 0) [i] 2 [i] 3 )
}