mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9532 from ethereum/smt_fix_tests
Fix SMTChecker tests
This commit is contained in:
commit
655113e922
@ -4,4 +4,4 @@ contract C {
|
||||
function f() public { (a).pop();}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (78-87): Empty array "pop" detected here.
|
||||
// Warning 2529: (78-87): Empty array "pop" detected here
|
||||
|
@ -4,4 +4,4 @@ contract C {
|
||||
function f() public { (((((a))))).pop();}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (78-95): Empty array "pop" detected here.
|
||||
// Warning 2529: (78-95): Empty array "pop" detected here
|
||||
|
Loading…
Reference in New Issue
Block a user