summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unit/prop/cnf_stream_white.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index 0ba051aa3..db49e2521 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -93,7 +93,8 @@ public:
void renewVar(SatLiteral lit, int level = -1) {
}
- void spendResource() {
+ bool spendResource() {
+ return false;
}
void interrupt() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback