mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
gtestutils: Do not allow newlines in Bail out! messages
It would break TAP parsing, so let's just print all inline
This commit is contained in:
@@ -54,7 +54,7 @@ test_fail (void)
|
||||
static void
|
||||
test_error (void)
|
||||
{
|
||||
g_error ("This should error out\nBecause it's just wrong!");
|
||||
g_error ("This should error out\nBecause it's just\nwrong!");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user