From 9ab3cf039ca77016f5f07a86c03cd7971ffe1b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=99=93=E4=BC=9F?= <39303645+Shixiaowei02@users.noreply.github.com> Date: Thu, 18 Jun 2020 10:10:44 +0800 Subject: [PATCH] remove useless test_dot, test=develop (#24957) --- paddle/fluid/inference/analysis/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/inference/analysis/CMakeLists.txt b/paddle/fluid/inference/analysis/CMakeLists.txt index 684852918d8..1f2734eece5 100644 --- a/paddle/fluid/inference/analysis/CMakeLists.txt +++ b/paddle/fluid/inference/analysis/CMakeLists.txt @@ -19,8 +19,6 @@ cc_library(analysis SRCS analyzer.cc analysis_pass ${INFER_IR_PASSES} ) -cc_test(test_dot SRCS dot_tester.cc DEPS analysis) - function(inference_analysis_test_build TARGET) if(WITH_TESTING) set(options "") -- GitLab