From f4703c0f7964b7d66fb32cd6b0d79746ac9dab1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Tue, 25 Feb 2025 14:10:42 +0000 Subject: [PATCH] chore : set setupExpandTest as static function --- unit_tests/operator/Test_ExpandImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/operator/Test_ExpandImpl.cpp b/unit_tests/operator/Test_ExpandImpl.cpp index 3fcb5e44..98661080 100644 --- a/unit_tests/operator/Test_ExpandImpl.cpp +++ b/unit_tests/operator/Test_ExpandImpl.cpp @@ -29,7 +29,7 @@ using std::shared_ptr; using namespace Aidge; -void setupTestExpand(shared_ptr<Tensor> inputData, +static void setupTestExpand(shared_ptr<Tensor> inputData, shared_ptr<Tensor> inputShape, shared_ptr<OperatorTensor> &op, shared_ptr<Tensor> &expectedOutput) { -- GitLab