aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/index_lookup_table
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-11-12 08:15:02 +0000
committerArne Juul <arnej@verizonmedia.com>2020-11-12 08:15:02 +0000
commite582440faa3f3cc6c0aa8a67575f194574eb2963 (patch)
tree0db59942c4b4840b7e475340fdf39c1be2f7d835 /eval/src/tests/instruction/index_lookup_table
parent69e8bac5e12a465bd2e49900b369e053bee54549 (diff)
move to vespalib::eval namespace
Diffstat (limited to 'eval/src/tests/instruction/index_lookup_table')
-rw-r--r--eval/src/tests/instruction/index_lookup_table/index_lookup_table_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval/src/tests/instruction/index_lookup_table/index_lookup_table_test.cpp b/eval/src/tests/instruction/index_lookup_table/index_lookup_table_test.cpp
index 988b6d3aa4a..cc0a7e33c1d 100644
--- a/eval/src/tests/instruction/index_lookup_table/index_lookup_table_test.cpp
+++ b/eval/src/tests/instruction/index_lookup_table/index_lookup_table_test.cpp
@@ -6,7 +6,6 @@
#include <vespa/vespalib/gtest/gtest.h>
using namespace vespalib::eval;
-using namespace vespalib::tensor;
std::vector<uint32_t> make_table(std::vector<uint32_t> list) { return list; }