summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-10-06 23:28:36 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-10-06 23:28:36 -0400
commit4801b31380dd7fd29b4a01dacec3c4cd195fe40d (patch)
tree997c8ba3a70069efeac8232c5d9fc0d316a135d8
parent744792614fdd8da94eecd5b0cad7c3cb19b3d91c (diff)
Fix unit test that was broken with last commit.
-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