mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Do not report error when rlimit
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user