Skip to content

Commit

Permalink
Add a temporary test case otherwise there would be linking error with…
Browse files Browse the repository at this point in the history
… gtest.'
  • Loading branch information
wangkuiyi committed Aug 8, 2017
1 parent 9544068 commit 4a78885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/framework/backward_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ REGISTER_OP(fc, f::FcOp, f::FcOpMaker);
REGISTER_OP(many_output_op, f::EmptyOp, f::ManyOutputOpMaker);
REGISTER_GRADIENT_OP(many_output_op, many_output_op_grad, f::EmptyOp);

TEST(Backward, need_to_be_removed) {}

//
// TEST(Backward, simple_op_grad) {
// auto fwd = f::OpRegistry::CreateOp(
Expand Down

0 comments on commit 4a78885

Please sign in to comment.