From f738c7cc82745bbaa0c0b52e6e7e90f144df6b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E8=88=AA?= Date: Fri, 1 Aug 2025 06:25:10 +0000 Subject: [PATCH] update tests/math/sin/test_operator_sin.cpp. test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赵航 --- tests/math/sin/test_operator_sin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/math/sin/test_operator_sin.cpp b/tests/math/sin/test_operator_sin.cpp index 96852220..7cf13a3e 100644 --- a/tests/math/sin/test_operator_sin.cpp +++ b/tests/math/sin/test_operator_sin.cpp @@ -9,7 +9,7 @@ */ #include #include "kernel_operator.h" - +// using namespace std; using namespace AscendC; -- Gitee