From f702e7977ddf571c7d23b8a3b26dc50e4731857b Mon Sep 17 00:00:00 2001 From: dongzhihong Date: Wed, 9 Aug 2017 20:01:00 +0800 Subject: [PATCH] "relauch ci" --- python/paddle/v2/framework/tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/paddle/v2/framework/tests/CMakeLists.txt b/python/paddle/v2/framework/tests/CMakeLists.txt index 785a589c24..f6850e0651 100644 --- a/python/paddle/v2/framework/tests/CMakeLists.txt +++ b/python/paddle/v2/framework/tests/CMakeLists.txt @@ -21,7 +21,6 @@ py_test(gradient_checker SRCS gradient_checker.py) py_test(test_rowwise_add_op SRCS test_rowwise_add_op.py) py_test(test_default_scope_funcs SRCS test_default_scope_funcs.py) -py_test(test_op_creation_methods SRCS test_op_creation_methods.py) py_test(test_operator SRCS test_operator.py) -- GitLab