From 0a809645da4141e026867f6e0d81c71f02f1bc4e Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Fri, 5 Nov 2021 17:08:00 +0800 Subject: test: Add arena_test Signed-off-by: KunoiSayami --- headers/arena.cuh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'headers/arena.cuh') diff --git a/headers/arena.cuh b/headers/arena.cuh index 20da470..5f8d1c7 100644 --- a/headers/arena.cuh +++ b/headers/arena.cuh @@ -2,8 +2,8 @@ // Created by user on 20/10/2021. // -#ifndef CLEVELDB_ARENA_CUH -#define CLEVELDB_ARENA_CUH +#ifndef CLEVELDB_ARENA_TEST_CUH +#define CLEVELDB_ARENA_TEST_CUH #include @@ -65,4 +65,4 @@ inline char* Arena::Allocate(size_t bytes) { } // namespace cleveldb -#endif //CLEVELDB_ARENA_CUH +#endif //CLEVELDB_ARENA_TEST_CUH -- cgit v1.3.1