[tools] winetest/dissect: Improve the misplaced subtest error message.

Francois Gouget fgouget at codeweavers.com
Wed Jan 27 20:36:53 CST 2021


Signed-off-by: Francois Gouget <fgouget at 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



More information about the wine-devel mailing list