Updating tests after improving Yul error reporting

This commit is contained in:
hrkrshnn
2021-02-09 16:55:33 +01:00
parent 5a21e33743
commit 8167029dc1
42 changed files with 185 additions and 185 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Warning: Yul is still experimental. Please use the output with care.
Error: Function not found.
Error: Function "jump" not found.
--> strict_asm_jump/input.yul:1:3:
|
1 | { jump(1) }