[ntdll/tests] Fix typo

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 6 07:43:33 CST 2006


Hi,

I've noticed a lot of errors when I run this test on Vista Ultimate!! Start by
getting rid of a typo.

Changelog
  Fix typo

Cheers,

Paul.
---
 dlls/ntdll/tests/rtl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c
index 59871de..8d7f227 100644
--- a/dlls/ntdll/tests/rtl.c
+++ b/dlls/ntdll/tests/rtl.c
@@ -340,7 +340,7 @@ static void test_RtlUniform(void)
     expected = seed * 0xffffffed + 0x7fffffc3 + (seed & 1);
     result = pRtlUniform(&seed);
     ok(result == expected,
-        "RtlUniform(&seed (seed == 2)) returns %x, expected %x\n",
+        "RtlUniform(&seed (seed == 3)) returns %x, expected %x\n",
         result, expected);
 
     seed = 0x6bca1aa;
-- 
1.4.4.1




More information about the wine-patches mailing list