UTBotCPP does not support anonymous enums. #577
Labels
bug
Something isn't working
c-syntax
Related to generation tests for C
cpp-syntax
Related to generation tests for C++
Description
If project contains such function that
returns
anonymous enum:There is no possibility to generate tests for such function or run generated tests for another function in this project, cause wrapper contains such lines:
To Reproduce
Expected behavior
Tests are supposed to be generated and executed.
Actual behavior
Tests failed or did not generated.
The text was updated successfully, but these errors were encountered: