Description
UTBot don't decorate struct field
To Reproduce
Steps to reproduce the behavior:
- Generate tests for
equals from c-example/lib/keywords/keywords_dot_c_test.cpp
- Try run tests
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);
}
Description
UTBot don't decorate struct field
To Reproduce
Steps to reproduce the behavior:
equalsfromc-example/lib/keywords/keywords_dot_c_test.cppExpected behavior
Test passed
Actual behavior
Compilation error
Visual proofs (screenshots, logs)