mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix SMT tests
This commit is contained in:
parent
2dd693b893
commit
a6df232fa3
@ -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