summaryrefslogtreecommitdiff
path: root/test/unit/context/cdvector_black.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-11-07 13:38:53 -0800
committerTim King <taking@google.com>2016-11-07 13:38:53 -0800
commitedcaaa68d802f2c58eedee94d494737b12c11acc (patch)
treefbe3f6e91e29024a4c9287c432c896e31d5a3d82 /test/unit/context/cdvector_black.h
parentd9608e29789960cd50704689d39e9a35d01be321 (diff)
Disabling out of memory tests unit tests when ASAN is enabled. ASAN failures are too hard for the unit testing framework.
Diffstat (limited to 'test/unit/context/cdvector_black.h')
-rw-r--r--test/unit/context/cdvector_black.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit/context/cdvector_black.h b/test/unit/context/cdvector_black.h
index 4b47c0660..e806ca712 100644
--- a/test/unit/context/cdvector_black.h
+++ b/test/unit/context/cdvector_black.h
@@ -22,14 +22,11 @@
#include <limits.h>
-#include "memory.h"
-
#include "context/context.h"
#include "context/cdvector.h"
using namespace std;
using namespace CVC4::context;
-using namespace CVC4::test;
struct DtorSensitiveObject {
bool& d_dtorCalled;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback