Merge pull request #9532 from ethereum/smt_fix_tests

Fix SMTChecker tests
This commit is contained in:
chriseth 2020-07-28 12:14:46 +02:00 committed by GitHub
commit 655113e922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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