mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Tests moved to test/ folder
This commit is contained in:
parent
dd6fbdaf2a
commit
f0928f54f3
38 changed files with 0 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
600160805460006080530b6016596003608054601b586002608054
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
[i] 1
|
||||
|
||||
( if (> @i 0) [i] 2 [i] 3 )
|
||||
}
|
||||
Loading…
Reference in a new issue