[SMTChecker] Do not report error when rlimit

This commit is contained in:
Leonardo Alt
2020-09-25 18:43:10 +02:00
parent cb60c678ce
commit 0223571987
12 changed files with 5 additions and 14 deletions
@@ -9,4 +9,3 @@ contract C {
}
}
// ----
// Warning 1218: (174-212): Error trying to invoke SMT solver.
@@ -9,4 +9,3 @@ contract C {
}
}
// ----
// Warning 1218: (166-183): Error trying to invoke SMT solver.
@@ -11,5 +11,4 @@ contract C {
}
}
// ----
// Warning 1218: (173-192): Error trying to invoke SMT solver.
// Warning 7812: (173-192): Assertion violation might happen here.
@@ -10,5 +10,4 @@ contract C {
}
}
// ----
// Warning 1218: (157-172): Error trying to invoke SMT solver.
// Warning 7812: (157-172): Assertion violation might happen here.