summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2012-05-15 18:53:54 +0000
committerLiana Hadarean <lianahady@gmail.com>2012-05-15 18:53:54 +0000
commitfe2088f892af594765fc50d8cc9f2b4f87286b7c (patch)
treee534946f9db34b08fc3d735a9bdbb6ed12bedcd1 /test/unit
parentb02668006e454bb1d86319b0433cc553a1f00bd8 (diff)
renamed bv_sat.h, bv_sat.cpp to bitblaster.h, bitblaster.cpp respectively
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/theory/theory_bv_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/theory/theory_bv_white.h b/test/unit/theory/theory_bv_white.h
index bbc7a8f72..081fa7c2a 100644
--- a/test/unit/theory/theory_bv_white.h
+++ b/test/unit/theory/theory_bv_white.h
@@ -21,7 +21,7 @@
#include <cxxtest/TestSuite.h>
#include "theory/theory.h"
-#include "theory/bv/bv_sat.h"
+#include "theory/bv/bitblaster.h"
#include "expr/node.h"
#include "expr/node_manager.h"
#include "context/context.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback