summaryrefslogtreecommitdiff
path: root/test/unit/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-28 20:14:40 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-28 20:14:40 +0000
commitc49dd8a78fcceeef058126797e6bbe44d23b6804 (patch)
treeda81d63a01d019c25ea77b83f00917f4e4906035 /test/unit/prop
parentb5178b5e0e520c388d45918fed8cf874d1b61280 (diff)
rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to make it unambiguous for case-insensitive filesystems like on Mac. Fixes Mac builds
Diffstat (limited to 'test/unit/prop')
-rw-r--r--test/unit/prop/cnf_stream_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index cc7ea9bf6..81f108fb2 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -20,7 +20,7 @@
/* #include <gmock/gmock.h> */
/* #include <gtest/gtest.h> */
-#include "util/Assert.h"
+#include "util/cvc4_assert.h"
#include "expr/expr_manager.h"
#include "expr/node_manager.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback