Skip to content

Commit

Permalink
fixup! Add "fail after parsing" scenario to ASTJSON tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wechman committed Mar 7, 2022
1 parent f3620b3 commit 2b2a8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/libsolidity/ASTJSON/fail_after_parsing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ interface I {

function f(E storage e) {
error E;
emit E();
emit E();

++c;
uint calldata c = 123.4;
uint calldata c = 123.4;
}
}

Expand Down

0 comments on commit 2b2a8ee

Please sign in to comment.