summaryrefslogtreecommitdiffstats
path: root/tests/testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testing.h')
-rw-r--r--tests/testing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing.h b/tests/testing.h
index 1d5db59..4d49474 100644
--- a/tests/testing.h
+++ b/tests/testing.h
@@ -23,7 +23,7 @@
typedef de::WeightedRecord<uint64_t, uint32_t, uint64_t> WRec;
typedef de::Record<uint64_t, uint32_t> Rec;
-typedef de::Point<int64_t> PRec;
+typedef de::EuclidPoint<int64_t> PRec;
template <de::RecordInterface R>
std::vector<R> strip_wrapping(std::vector<de::Wrapped<R>> vec) {