Skip to content

Commit

Permalink
Separate and move testCast function (#7912)
Browse files Browse the repository at this point in the history
Summary:
Moves `testCast` function from CastExprTest.cpp to CastBaseTest.h for other
test files to use. Separates `testCast` function into `testCast` (for valid
output test), `testTryCast` (for try_cast test), and `testInvalidCast` (for
exception test).

#7377 (comment)
#7377 (comment)

Pull Request resolved: #7912

Reviewed By: xiaoxmeng

Differential Revision: D51968059

Pulled By: mbasmanova

fbshipit-source-id: 26fe9896766ce5b1ed175d3b85c930e7a0b2a1c8
  • Loading branch information
rui-mo authored and facebook-github-bot committed Dec 8, 2023
1 parent a504134 commit bf6c3c1
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 256 deletions.
Loading

0 comments on commit bf6c3c1

Please sign in to comment.