Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate and move testCast function (#7912)
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