mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
gtestutils: Fix a typo in the g_test_run() documentation
This commit is contained in:
parent
9114923db2
commit
123bd7aecf
@ -1518,7 +1518,7 @@ g_test_run (void)
|
|||||||
* after that the memory is released.
|
* after that the memory is released.
|
||||||
*
|
*
|
||||||
* Splitting up a test run into fixture setup, test function and
|
* Splitting up a test run into fixture setup, test function and
|
||||||
* fixture teardown is most usful if the same fixture is used for
|
* fixture teardown is most useful if the same fixture is used for
|
||||||
* multiple tests. In this cases, g_test_create_case() will be
|
* multiple tests. In this cases, g_test_create_case() will be
|
||||||
* called with the same fixture, but varying @test_name and
|
* called with the same fixture, but varying @test_name and
|
||||||
* @data_test arguments.
|
* @data_test arguments.
|
||||||
|
Loading…
Reference in New Issue
Block a user