This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c3d9f001c7
solidity
/
test
/
cmdlineTests
/
strict_asm_jump
/
err
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Updating tests after improving Yul error reporting
2021-02-09 13:25:34 +00:00
Error: Function "jump" not found.
cmdlineTests: Use .yul extension for Yul files - Currently many files have .sol extension because originally the test script required it but this has changed some time ago.
2020-11-04 18:20:49 +00:00
--> strict_asm_jump/input.yul:1:3:
Fix command line tests for new error reporter.
2019-09-06 09:52:58 +00:00
|
1 | { jump(1) }
| ^^^^
Reference in New Issue
Copy Permalink