From 62a60f1d608c4eff3c39a22712b78f3262a4465b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 1 Apr 2022 17:22:06 +0100 Subject: [PATCH] tests: Fix a typo in a test skip message Signed-off-by: Philip Withnall --- glib/tests/cxx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/cxx.cpp b/glib/tests/cxx.cpp index be0a6bfa1..18580cfc6 100644 --- a/glib/tests/cxx.cpp +++ b/glib/tests/cxx.cpp @@ -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 }