Skip to content

Commit 682e006

Browse files
committed
Fix invariant regression tests
1 parent 39253ff commit 682e006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression/invariants/driver.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ class structured_error_testt: public invariant_failedt
4040
const std::string &function,
4141
int line,
4242
const std::string &backtrace,
43+
const std::string &condition,
4344
int code,
4445
const std::string &_description):
4546
invariant_failedt(
4647
file,
4748
function,
4849
line,
4950
backtrace,
51+
condition,
5052
pretty_print(code, _description)),
5153
error_code(code),
5254
description(_description)

0 commit comments

Comments
 (0)