Tidy tests a bit. (#6122)

This commit is contained in:
Sergei Pepyakin
2020-05-25 17:25:57 +02:00
committed by GitHub
parent 609f7daa12
commit b9f7b8baaa
17 changed files with 1153 additions and 1043 deletions
@@ -0,0 +1,7 @@
(module
(func (export "call")
(loop $inf (br $inf)) ;; just run out of gas
(unreachable)
)
(func (export "deploy"))
)