Skip to content

Commit

Permalink
Remove obsolete semantic tests for the old-style .value() syntax
Browse files Browse the repository at this point in the history
- The ones in `functionCall` were testing multiple applications of `.value()`, which is no longer possible with the `{value: ...}` syntax.
- The ones in `various` became identical when the `.value()` syntax was deprecated.
  • Loading branch information
cameel committed Jan 24, 2025
1 parent 0c66447 commit 43d9396
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ contract helper {
return flag;
}
}


contract test {
helper h;

Expand Down

This file was deleted.

28 changes: 0 additions & 28 deletions test/libsolidity/semanticTests/various/value_complex.sol

This file was deleted.

27 changes: 0 additions & 27 deletions test/libsolidity/semanticTests/various/value_insane.sol

This file was deleted.

0 comments on commit 43d9396

Please sign in to comment.