Skip to content

Commit fdf6b54

Browse files
fixup! Update send/transfer warning tests
1 parent e9493c5 commit fdf6b54

File tree

71 files changed

+100
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+100
-100
lines changed

test/cmdlineTests/model_checker_targets_all_all_engines/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_all_bmc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_all_chc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_assert_bmc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_assert_chc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_balance_bmc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_balance_chc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:11:3:
33
|
44
11 | a.transfer(x);

test/cmdlineTests/model_checker_targets_constant_condition_bmc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

test/cmdlineTests/model_checker_targets_constant_condition_chc/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:11:3:
33
|
44
11 | a.transfer(x);

test/cmdlineTests/model_checker_targets_default_all_engines/err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). It is encouraged to use 'call{value: <amount>}()' instead.
1+
Warning: 'transfer' is deprecated and scheduled for removal in the next breaking version (0.9). Use 'call{value: <amount>}()' instead.
22
--> input.sol:10:3:
33
|
44
10 | a.transfer(x);

0 commit comments

Comments
 (0)