We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37fe0 commit f824b60Copy full SHA for f824b60
code/tests/test_xsonireo.c
@@ -29,12 +29,12 @@ FOSSIL_TEST_DATA(sample_data) {
29
// Fixture setup and teardown procedures
30
FOSSIL_FEATURE(sample_feature);
31
32
-FOSSIL_SETUP(sample_fixture) {
+FOSSIL_SETUP(sample_feature) {
33
sample_data.x = 42;
34
sample_data.y = 20;
35
} // end of setup
36
37
-FOSSIL_TEARDOWN(sample_fixture) {
+FOSSIL_TEARDOWN(sample_feature) {
38
// Teardown code goes here
39
} // end of teardown
40
0 commit comments