Skip to content

Commit 5369bdc

Browse files
authored
Merge pull request ethereum#12722 from ethereum/smt_fix_nondet
Ignore cex in SMT test
2 parents 466251b + bef69b5 commit 5369bdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/libsolidity/smtCheckerTests/userTypes/multisource_module.sol

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ contract C {
1616
// ====
1717
// SMTEngine: all
1818
// SMTIgnoreOS: macos
19+
// SMTIgnoreCex: yes
1920
// ----
20-
// Warning 6328: (s2.sol:259-292): CHC: Assertion violation happens here.\nCounterexample:\n\n\nTransaction trace:\nC.constructor()\nC.h()\n C.f(5) -- internal call\n C.f(5) -- internal call
21-
// Warning 6328: (s2.sol:346-377): CHC: Assertion violation happens here.\nCounterexample:\n\n\nTransaction trace:\nC.constructor()\nC.h()\n C.f(5) -- internal call\n C.f(5) -- internal call\n C.g(1) -- internal call\n C.g(1) -- internal call
21+
// Warning 6328: (s2.sol:259-292): CHC: Assertion violation happens here.
22+
// Warning 6328: (s2.sol:346-377): CHC: Assertion violation happens here.

0 commit comments

Comments
 (0)