Merge pull request #9656 from ethereum/fixSmtConditionalTests

Fix tests for conditional operator on latest develop.
This commit is contained in:
Leonardo 2020-08-22 12:11:25 +02:00 committed by GitHub
commit bff0f9bda7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -16,4 +16,4 @@ contract C {
}
}
// ----
// Warning 6328: (378-392): Assertion violation happens here.
// Warning 6328: (378-392): Assertion violation happens here

View File

@ -10,4 +10,3 @@ contract C {
}
}
// ----
// Warning 2661: (129-134): Overflow (resulting value larger than 2**256 - 1) happens here