From: Zhang Shuai Subject: [PATCH 2/2] dssenh: change output format. Message-Id: <20191124004407.2516-2-wxsxsdz@gmail.com> Date: Sun, 24 Nov 2019 00:44:07 +0000 In-Reply-To: <20191124004407.2516-1-wxsxsdz@gmail.com> References: <20191124004407.2516-1-wxsxsdz@gmail.com> Signed-off-by: Zhang Shuai --- 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