tests: Fix a typo in a test skip message

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-04-01 17:22:06 +01:00
parent 817fc993c7
commit 62a60f1d60

View File

@ -49,7 +49,7 @@ test_typeof (void)
g_clear_pointer (&obj6, g_rc_box_release);
g_rc_box_release (obj);
#else
g_test_skip ("This test requires C++11 compiler");
g_test_skip ("This test requires a C++11 compiler");
#endif
}