From 5656f64b58706fc8c551172cfe120ef428c60afa Mon Sep 17 00:00:00 2001 From: minqiyang Date: Sat, 4 Aug 2018 13:54:40 +0800 Subject: [PATCH] Remove duplicate handle of dist_transformer --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 8e2a29811..c8e881a67 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -64,4 +64,3 @@ py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SE py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL) py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL) py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL) -py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL) -- GitLab