mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9656 from ethereum/fixSmtConditionalTests
Fix tests for conditional operator on latest develop.
This commit is contained in:
commit
bff0f9bda7
@ -16,4 +16,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 6328: (378-392): Assertion violation happens here.
|
||||
// Warning 6328: (378-392): Assertion violation happens here
|
||||
|
@ -10,4 +10,3 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2661: (129-134): Overflow (resulting value larger than 2**256 - 1) happens here
|
||||
|
Loading…
Reference in New Issue
Block a user