aboutsummaryrefslogtreecommitdiff
path: root/unsupported/test/cxx11_tensor_math.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:33 +0000
commit807e4bbb60c04faefab786355fa353ccc111b0f9 (patch)
treefb979fb4cf4f8052c8cc66b1ec9516d91fcd859b /unsupported/test/cxx11_tensor_math.cpp
parent794909725477717c689707dbd3c4c680f8811ffe (diff)
parentedb0ad5bb04b48aab7dd0978f0475edd3550de7c (diff)
downloadeigen-android13-mainline-media-swcodec-release.tar.gz
Change-Id: Ia16eb5387012bf128743b4949ff56136bc7c6903
Diffstat (limited to 'unsupported/test/cxx11_tensor_math.cpp')
-rw-r--r--unsupported/test/cxx11_tensor_math.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/cxx11_tensor_math.cpp b/unsupported/test/cxx11_tensor_math.cpp
index 61c742a16..82a1a26d8 100644
--- a/unsupported/test/cxx11_tensor_math.cpp
+++ b/unsupported/test/cxx11_tensor_math.cpp
@@ -39,7 +39,7 @@ static void test_sigmoid()
}
-void test_cxx11_tensor_math()
+EIGEN_DECLARE_TEST(cxx11_tensor_math)
{
CALL_SUBTEST(test_tanh());
CALL_SUBTEST(test_sigmoid());