msvcp120/tests: A spelling fix and rewording for an msvcp120 ok() message.

Francois Gouget fgouget at free.fr
Wed Apr 20 01:55:04 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/msvcp120/tests/msvcp120.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c
index 8c7c093..86162bc 100644
--- a/dlls/msvcp120/tests/msvcp120.c
+++ b/dlls/msvcp120/tests/msvcp120.c
@@ -1359,7 +1359,7 @@ static void test_tr2_sys__Last_write_time(void)
     newtime = last_write_time + 123456789;
     p_tr2_sys__Last_write_time_set("tr2_test_dir/f1", newtime);
     todo_wine ok(last_write_time == p_tr2_sys__Last_write_time("tr2_test_dir/f1"),
-            "last_write_time before modfied should not equal to last_write_time %s\n",
+            "last_write_time should have changed: %s\n",
             debugstr_longlong(last_write_time));
 
     errno = 0xdeadbeef;
-- 
2.8.0.rc3



More information about the wine-patches mailing list