[tools] winetest/dissect: Improve the misplaced subtest error message.
28 Jan
2021
28 Jan
'21
2:36 a.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- winetest/dissect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winetest/dissect b/winetest/dissect index c62f9141b..e9729dbc8 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -624,7 +624,7 @@ while ($line = <IN>) { } else { - add_test_line("end", "Misplaced $l_subunit subtest\n"); + add_test_line("end", "$l_unit has a misplaced $l_subunit subtest line\n"); $extra_failures++; } } -- 2.20.1
1869
Age (days ago)
1869
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget