We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description UTBot don't decorate struct field
To Reproduce Steps to reproduce the behavior:
equals
c-example/lib/keywords/keywords_dot_c_test.cpp
Expected behavior Test passed
Actual behavior Compilation error
Visual proofs (screenshots, logs)
TEST(regression, equals_test_1) { _Bool actual = equals({ .public = 0L, .private = 0L }); EXPECT_EQ(true, actual); }
The text was updated successfully, but these errors were encountered:
UTBot don't decorate struct field [BUG] #465
55a93d4
UTBot don't decorate struct field [BUG] #465 (#470)
1dd46ac
* UTBot don't decorate struct field [BUG] #465
#470
Sorry, something went wrong.
This specific problem fixed but there are other similar problems like #534 and #535
alexey-utkin
Successfully merging a pull request may close this issue.
Description
UTBot don't decorate struct field
To Reproduce
Steps to reproduce the behavior:
equals
fromc-example/lib/keywords/keywords_dot_c_test.cpp
Expected behavior
Test passed
Actual behavior
Compilation error
Visual proofs (screenshots, logs)
The text was updated successfully, but these errors were encountered: