dapphub / dapphub/dapptools

`unexpected symbolic argument` for prove tests with two `uint` args

Open
#705 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
2.1k
Forks
320
PR merge metrics
No merged PRs in 30d

Description

This test fails with `hevm: unexpected symbolic argument`:

```solidity
function proveSmth(uint x, uint y) public {}
```

This one doesn't :thinking:

```solidity
function proveSmth(uint x) public {}
```

Both run fine the debugger, it's just when running as a command line unit test that we run into issues....

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.