Fix SMT tests

This commit is contained in:
Leonardo Alt 2020-07-28 10:55:38 +02:00
parent 2dd693b893
commit a6df232fa3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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