Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++: do not cast numerical expected values of enums to the enum type
The test was initially introduced with that logic in 3bdfb59, however the similar tests `enum_invalid` and `enum_to_i_invalid` uses the numerical values and passes successfully, which means that such manual edits in tests are not required. Regenerate those tests from KST with command: ./spec_kst_to_all -t cpp_stl_98 -t cpp_stl_11 --all-specs -f
- Loading branch information