test: minor changes

This commit is contained in:
Michele Caini
2023-12-22 14:42:05 +01:00
parent 4d63ac5c88
commit 4a06c41a33

View File

@@ -16,6 +16,8 @@
#include "../common/non_movable.h"
struct empty {
empty() = default;
empty(const empty &) = default;
empty &operator=(const empty &) = default;