-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete semantic tests for the old-style .value() syntax
- 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
Showing
4 changed files
with
0 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ contract helper { | |
return flag; | ||
} | ||
} | ||
|
||
|
||
contract test { | ||
helper h; | ||
|
||
|
48 changes: 0 additions & 48 deletions
48
test/libsolidity/semanticTests/functionCall/gas_and_value_brace_syntax.sol
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.