diff options
| author | KunoiSayami <[email protected]> | 2021-11-07 20:06:38 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-07 20:06:38 +0800 |
| commit | c0b9d06b6688088fd167b0c1f897934185074c01 (patch) | |
| tree | 9543894bd44991ed60e127a49d3aab69a2d0f6fe /tests/arena_test.cu | |
| parent | 779128d348ce00ef89f2144cb91453ebabd16519 (diff) | |
feat: Add googletest
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'tests/arena_test.cu')
| -rw-r--r-- | tests/arena_test.cu | 2 |
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; |
