Skip to content

Commit 804e692

Browse files
rename sample data
1 parent f824b60 commit 804e692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/tests/test_xsonireo.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
// mock objects are set here.
2222
// * * * * * * * * * * * * * * * * * * * * * * * *
2323

24-
FOSSIL_TEST_DATA(sample_data) {
24+
FOSSIL_TEST_DATA(sample_block) {
2525
int x;
2626
int y;
27-
} sample_data;
27+
} sample_block;
2828

2929
// Fixture setup and teardown procedures
3030
FOSSIL_FEATURE(sample_feature);
3131

3232
FOSSIL_SETUP(sample_feature) {
33-
sample_data.x = 42;
34-
sample_data.y = 20;
33+
sample_block.x = 42;
34+
sample_block.y = 20;
3535
} // end of setup
3636

3737
FOSSIL_TEARDOWN(sample_feature) {

0 commit comments

Comments
 (0)