Zebediah Figura : ntdll/tests: Fix a copy-paste error in an ok message.

Alexandre Julliard julliard at winehq.org
Tue May 18 15:42:37 CDT 2021


Module: wine
Branch: master
Commit: f47a09b91746d807791df6bfb63364980d2ece53
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f47a09b91746d807791df6bfb63364980d2ece53

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon May 17 23:44:19 2021 -0500

ntdll/tests: Fix a copy-paste error in an ok message.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/tests/exception.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c
index 2c604408943..453e77f9063 100644
--- a/dlls/ntdll/tests/exception.c
+++ b/dlls/ntdll/tests/exception.c
@@ -3026,7 +3026,7 @@ static DWORD WINAPI handler( EXCEPTION_RECORD *rec, ULONG64 frame,
     todo_wine ok( context->SegEs == context->SegSs,
         "%u: es %#x does not match ss %#x\n", entry, context->SegEs, context->SegSs );
     todo_wine ok( context->SegGs == context->SegSs,
-        "%u: ds %#x does not match ss %#x\n", entry, context->SegGs, context->SegSs );
+        "%u: gs %#x does not match ss %#x\n", entry, context->SegGs, context->SegSs );
 
     todo_wine ok( context->SegFs && context->SegFs != context->SegSs,
         "%u: got fs %#x\n", entry, context->SegFs );




More information about the wine-cvs mailing list