mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add name for split-test to prevent failure in other places
This commit is contained in:
parent
5cf84c0f83
commit
4c02cd2310
@ -1,4 +1,4 @@
|
||||
==== Source: ====
|
||||
==== Source: C.sol ====
|
||||
import "B.sol";
|
||||
pragma experimental SMTChecker;
|
||||
contract C is B {
|
||||
@ -21,5 +21,4 @@ contract B is A {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 6328: (103-117): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (B.sol:71-85): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (C.sol:103-117): CHC: Assertion violation happens here.
|
||||
|
@ -1,4 +1,4 @@
|
||||
==== Source: ====
|
||||
==== Source: C.sol ====
|
||||
import "B.sol";
|
||||
pragma experimental SMTChecker;
|
||||
contract C is B {
|
||||
@ -23,5 +23,5 @@ contract B is A {
|
||||
}
|
||||
// ----
|
||||
// Warning 6328: (B.sol:103-117): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (103-117): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (B.sol:103-117): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (C.sol:103-117): CHC: Assertion violation happens here.
|
||||
|
@ -1,4 +1,4 @@
|
||||
==== Source: ====
|
||||
==== Source: C.sol ====
|
||||
import "A.sol";
|
||||
pragma experimental SMTChecker;
|
||||
contract C is A {
|
||||
@ -22,5 +22,5 @@ contract B is A {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 6328: (103-117): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (B.sol:103-117): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (C.sol:103-117): CHC: Assertion violation happens here.
|
||||
|
@ -1,6 +1,6 @@
|
||||
==== Source: A.sol ====
|
||||
contract A { function f() public {} }
|
||||
==== Source:====
|
||||
==== Source: B.sol ====
|
||||
import "A.sol";
|
||||
pragma experimental SMTChecker;
|
||||
contract C is A {}
|
||||
|
@ -1,4 +1,4 @@
|
||||
==== Source: ====
|
||||
==== Source: B.sol ====
|
||||
import "A.sol";
|
||||
pragma experimental SMTChecker;
|
||||
contract C is A {}
|
||||
|
@ -1,4 +1,4 @@
|
||||
==== Source: ====
|
||||
==== Source: B.sol ====
|
||||
import "A.sol";
|
||||
pragma experimental SMTChecker;
|
||||
contract C is A {}
|
||||
|
Loading…
Reference in New Issue
Block a user