Skip to content

Commit 6194fb4

Browse files
committed
unittest/serial: remove PROXSUITE_WITH_SERIALIZATION
1 parent ff3ca70 commit 6194fb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/src/serialization.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <doctest.hpp>
55
#include <proxsuite/proxqp/dense/dense.hpp>
66
#include <proxsuite/proxqp/utils/random_qp_problems.hpp>
7-
#ifdef PROXSUITE_WITH_SERIALIZATION
87
#include <proxsuite/serialization/archive.hpp>
98
#include <proxsuite/serialization/eigen.hpp>
109
#include <proxsuite/serialization/model.hpp>
@@ -156,5 +155,4 @@ DOCTEST_TEST_CASE(
156155

157156
DOCTEST_CHECK(row_matrix_loaded == row_matrix);
158157
DOCTEST_CHECK(col_matrix_loaded == row_matrix);
159-
}
160-
#endif
158+
}

0 commit comments

Comments
 (0)