mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/unittests: Correct typo in Documentation
This commit is contained in:
parent
98ec922c67
commit
dc928108b9
@ -256,7 +256,7 @@ Test *tests_<module>_<header>_tests(void)
|
|||||||
EMB_UNIT_TESTCALLER(<module>_<header>_tests, set_up, tear_down, fixtures);
|
EMB_UNIT_TESTCALLER(<module>_<header>_tests, set_up, tear_down, fixtures);
|
||||||
/* set up and tear down function can be NULL if omitted */
|
/* set up and tear down function can be NULL if omitted */
|
||||||
|
|
||||||
return (Test *)&<module>_<header>;
|
return (Test *)&<module>_<header>_tests;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user