[SMTChecker] Keep constraints of string literals after assignment

This commit is contained in:
Alex Beregszaszi
2020-09-25 11:32:48 +01:00
parent 5090353a1a
commit 9c1b041dcb
6 changed files with 4 additions and 11 deletions
@@ -10,4 +10,4 @@ contract C {
}
}
// ----
// Warning 6328: (161-181): Assertion violation happens here.
// Warning 6328: (215-235): Assertion violation happens here.
@@ -11,5 +11,4 @@ contract C {
}
}
// ----
// Warning 6328: (164-184): Assertion violation happens here.
// Warning 6328: (194-214): Assertion violation happens here.
// Warning 6328: (248-268): Assertion violation happens here.
@@ -11,4 +11,3 @@ contract C {
}
}
// ----
// Warning 6328: (106-127): Assertion violation happens here.
@@ -16,6 +16,3 @@ contract C {
}
}
// ----
// Warning 6328: (111-140): Assertion violation happens here.
// Warning 6328: (217-246): Assertion violation happens here.
// Warning 6328: (353-382): Assertion violation happens here.