From 07c7bec5b7b0c94b3b8a18db6ae922ac5258471f Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Mon, 19 Oct 2020 12:25:43 +0000 Subject: drop SimpleValueEngine --- .../src/tests/tensor/tensor_conformance/tensor_conformance_test.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eval/src/tests/tensor') diff --git a/eval/src/tests/tensor/tensor_conformance/tensor_conformance_test.cpp b/eval/src/tests/tensor/tensor_conformance/tensor_conformance_test.cpp index 1509ea05176..233aff0e425 100644 --- a/eval/src/tests/tensor/tensor_conformance/tensor_conformance_test.cpp +++ b/eval/src/tests/tensor/tensor_conformance/tensor_conformance_test.cpp @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include @@ -11,7 +10,6 @@ using vespalib::eval::SimpleValueBuilderFactory; using vespalib::eval::FastValueBuilderFactory; using vespalib::eval::SimpleTensorEngine; -using vespalib::eval::SimpleValueEngine; using vespalib::eval::test::TensorConformance; using vespalib::tensor::DefaultTensorEngine; using vespalib::make_string; @@ -31,10 +29,6 @@ TEST("require that SimpleValue implementation passes all conformance tests") { TEST_DO(TensorConformance::run_tests(module_src_path, SimpleValueBuilderFactory::get())); } -TEST("require that SimpleValueEngine passes all conformance tests") { - TEST_DO(TensorConformance::run_tests(module_src_path, SimpleValueEngine::ref())); -} - TEST("require that FastValue implementation passes all conformance tests") { TEST_DO(TensorConformance::run_tests(module_src_path, FastValueBuilderFactory::get())); } -- cgit v1.2.3