Fix typos and whitespace in test

This commit is contained in:
luz paz 2022-11-14 12:57:50 -05:00
parent f8c5f51b75
commit 0be8e05a1b

View File

@ -89,7 +89,7 @@ main (int argc, char *argv[])
/* Add test functions. See
* http://library.gnome.org/devel/glib/stable/glib-Testing.html for
* details. Unfortunately, GLib-Testing doesn't provide the automatic
* registration features of more sophisitcated frameworks. */
* registration features of more sophisticated frameworks. */
g_test_add_func ("/TESTPROG/Test Case Name 1", example_without_fixture);
g_test_add_data_func ("/TESTPROG/Test Case Name 2", NULL);
g_test_add ("/TESTPROG/Test Case Name", Fixture, NULL, setup,