Skip to content

Commit bb64e19

Browse files
author
Joel Allred
committed
Add back two declarations needed for test-gen
These were removed in diffblue#4216. This is temporary and these two declarations will be removed once https://github.com/diffblue/test-gen/tree/svorenova/goto-checker is merged.
1 parent a151280 commit bb64e19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cbmc/bmc.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ class bmct:public safety_checkert
193193

194194
friend class bmc_all_propertiest;
195195

196+
// \todo remove these two declarations once test-gen dependency is fixed
197+
bool cover(const goto_functionst &goto_functions);
198+
friend class bmc_covert;
199+
196200
private:
197201
/// \brief Class-specific symbolic execution
198202
///

0 commit comments

Comments
 (0)