summaryrefslogtreecommitdiff
path: root/test/unit/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-08-01 14:31:16 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-08-04 13:25:23 -0400
commit429e6250b70ebd6e1f2bb31ddfebfb61bf10a3e5 (patch)
tree19c1058708686afe86499b92d3d0bbe17bbefb11 /test/unit/prop
parent8d3446768446f16e71dca48bdf14d4ed767756aa (diff)
Better support for resource-limiting when there aren't any actual conflicts.
Diffstat (limited to 'test/unit/prop')
-rw-r--r--test/unit/prop/cnf_stream_white.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index 665126059..679b68a2f 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -93,6 +93,9 @@ public:
void renewVar(SatLiteral lit, int level = -1) {
}
+ void spendResource() {
+ }
+
void interrupt() {
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback