Skip to content

Commit f22a696

Browse files
author
Daniel Kroening
authored
Merge pull request #901 from dcattaruzza/ml-test-gen-integration
Added new friend to bmc to handle refactoring
2 parents c503366 + 43e324f commit f22a696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cbmc/bmc.h

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ class bmct:public safety_checkert
110110

111111
friend class bmc_all_propertiest;
112112
friend class bmc_covert;
113+
template <template <class goalt> class covert>
114+
friend class bmc_goal_covert;
113115
friend class fault_localizationt;
114116
};
115117

0 commit comments

Comments
 (0)