aboutsummaryrefslogtreecommitdiff
path: root/tests/arena_test.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-07 20:06:38 +0800
committerKunoiSayami <[email protected]>2021-11-07 20:06:38 +0800
commitc0b9d06b6688088fd167b0c1f897934185074c01 (patch)
tree9543894bd44991ed60e127a49d3aab69a2d0f6fe /tests/arena_test.cu
parent779128d348ce00ef89f2144cb91453ebabd16519 (diff)
feat: Add googletest
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'tests/arena_test.cu')
-rw-r--r--tests/arena_test.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arena_test.cu b/tests/arena_test.cu
index be9795d..9be7739 100644
--- a/tests/arena_test.cu
+++ b/tests/arena_test.cu
@@ -1,5 +1,5 @@
#include "../headers/arena.cuh"
-#include "../headers/random.h"
+#include "../utils/random.h"
using namespace cleveldb;