Skip to content

Commit

Permalink
Polish UT
Browse files Browse the repository at this point in the history
  • Loading branch information
0x45f committed Jun 14, 2022
1 parent 9787b84 commit 408cc8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def dyfunc_with_if_else_early_return2():
return a, b
elif x == 1:
c = paddle.zeros([2, 2]) + 1
d = paddle.zeros([2, 2]) + 1
d = paddle.zeros([3, 3]) + 1
return c, d
e = paddle.zeros([2, 2]) + 3
return e
Expand Down

1 comment on commit 408cc8e

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.