Skip to content

Commit d48aea9

Browse files
fixup! Update tests
1 parent e2176ff commit d48aea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/libsolidity/syntaxTests/viewPureChecker/eof/builtin_functions.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ contract C {
2020
// ====
2121
// bytecodeFormat: >=EOFv1
2222
// ----
23-
// Warning 9207: (47-69): transfer will be deprecated in the next breaking version.
24-
// Warning 9207: (90-108): send will be deprecated in the next breaking version.
23+
// Warning 9207: (47-69): 'transfer' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead.
24+
// Warning 9207: (90-108): 'send' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead.

0 commit comments

Comments
 (0)