summaryrefslogtreecommitdiff
path: root/runtimes/neurun/test/graph/Index.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/neurun/test/graph/Index.cc')
-rw-r--r--runtimes/neurun/test/graph/Index.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtimes/neurun/test/graph/Index.cc b/runtimes/neurun/test/graph/Index.cc
index c605cc4aa..c24c2dd5e 100644
--- a/runtimes/neurun/test/graph/Index.cc
+++ b/runtimes/neurun/test/graph/Index.cc
@@ -16,9 +16,9 @@
#include <gtest/gtest.h>
-#include "graph/Index.h"
+#include "util/Index.h"
-using Index = ::neurun::graph::Index<uint32_t, struct TestTag>;
+using Index = ::neurun::util::Index<uint32_t, struct TestTag>;
TEST(Index, index_test)
{