From 06a3f03e5ecd3e3866c163673b810584b5de6d53 Mon Sep 17 00:00:00 2001 From: HappyAngel Date: Fri, 28 Aug 2020 11:04:42 +0800 Subject: [PATCH] test=develop --- lite/tests/math/conv_compute_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/tests/math/conv_compute_test.cc b/lite/tests/math/conv_compute_test.cc index 3d73761625..e71429d215 100644 --- a/lite/tests/math/conv_compute_test.cc +++ b/lite/tests/math/conv_compute_test.cc @@ -357,7 +357,7 @@ TEST(TestConv3x3DW, test_conv3x3_depthwise) { #endif /// 3x3dw // TODO(chenjiaoAngel): fix multi-case run error, -// but only run one case, the result won't compute error +// but only run one case, the result won't compute error. #if 0 /// 5x5dw TEST(TestConv5x5DW, test_conv5x5_depthwise) { if (FLAGS_basic_test) { -- GitLab