-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Description
UTBot don't decorate struct field
To Reproduce
Steps to reproduce the behavior:
- Generate tests for
equals
fromc-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);
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done