diff --git a/pluto/tests/sandbox/sandbox.cc b/pluto/tests/sandbox/sandbox.cc index f1ca9254a..61892a7d1 100644 --- a/pluto/tests/sandbox/sandbox.cc +++ b/pluto/tests/sandbox/sandbox.cc @@ -175,9 +175,9 @@ class Array { } private: - pluto::allocator alloc_; memory_resource* resource_; const pluto::Stream& stream_; + pluto::allocator alloc_; value_type* ptr_{nullptr}; std::size_t size_{0}; static constexpr std::size_t alignment_ = pluto::default_alignment();