[PATCH 2/2] dssenh: change output format.

Zhang Shuai wxsxsdz at gmail.com
Sat Nov 23 18:44:07 CST 2019


Signed-off-by: Zhang Shuai <wxsxsdz at gmail.com>
---
 dlls/dssenh/tests/dssenh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dssenh/tests/dssenh.c b/dlls/dssenh/tests/dssenh.c
index f11c854781..086847f180 100644
--- a/dlls/dssenh/tests/dssenh.c
+++ b/dlls/dssenh/tests/dssenh.c
@@ -763,7 +763,7 @@ static void test_cipher_modes(const struct ciphermode_test *tests, int testLen)
         }
         else
         {   /* Expected error */
-            ok(!result && GetLastError() == tests[i].expectedError, "Expected %d, got %x.\n",
+            ok(!result && GetLastError() == tests[i].expectedError, "Expected %x, got %x.\n",
                 tests[i].expectedError, GetLastError());
         }
     }
-- 
2.19.1




More information about the wine-devel mailing list