mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix test expected error
This commit is contained in:
parent
cebf2d2ca7
commit
9e397f90ad
@ -40,6 +40,8 @@ contract C {
|
|||||||
// ====
|
// ====
|
||||||
// SMTEngine: all
|
// SMTEngine: all
|
||||||
// ----
|
// ----
|
||||||
// Warning 6328: (416-468): CHC: Assertion violation happens here.
|
// Warning 6328: (386-448): CHC: Assertion violation happens here.
|
||||||
// Warning 6328: (503-555): CHC: Assertion violation happens here.
|
// Warning 6328: (452-524): CHC: Assertion violation happens here.
|
||||||
// Info 1391: CHC: 5 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.
|
// Warning 6328: (528-632): CHC: Assertion violation happens here.
|
||||||
|
// Warning 6328: (642-763): CHC: Assertion violation happens here.
|
||||||
|
// Warning 6328: (773-944): CHC: Assertion violation happens here.
|
||||||
|
@ -5,4 +5,4 @@ contract Test {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ----
|
// ----
|
||||||
// TypeError 4259: (154-155): Invalid type for argument in the function call. An enum type, contract type, struct type or an integer type is required, but type(struct Test.S storage pointer) provided.
|
// TypeError 4259: (129-136): Invalid type for argument in the function call. An enum type, contract type, struct type or an integer type is required, but type(bytes32) provided.
|
||||||
|
Loading…
Reference in New Issue
Block a user