summaryrefslogtreecommitdiff
path: root/test/unit/t_expr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/t_expr.cc')
-rw-r--r--test/unit/t_expr.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/t_expr.cc b/test/unit/t_expr.cc
index 209bb934..f9096cc5 100644
--- a/test/unit/t_expr.cc
+++ b/test/unit/t_expr.cc
@@ -9,16 +9,10 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ValueExprTestCase, "expr");
void ValueExprTestCase::setUp()
{
amount_t::initialize();
-#ifndef NOT_FOR_PYTHON
- expr_t::initialize();
-#endif // NOT_FOR_PYTHON
}
void ValueExprTestCase::tearDown()
{
-#ifndef NOT_FOR_PYTHON
- expr_t::shutdown();
-#endif // NOT_FOR_PYTHON
amount_t::shutdown();
}