Comparison always true in tests/atom.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gcc complains.

Changelog:
	+ Take out tautologous test



diff -u dlls/kernel/tests/atom.c dlls/kernel/tests/atom.c
--- dlls/kernel/tests/atom.c	2002-12-18 02:22:51.000000000 +0000
+++ dlls/kernel/tests/atom.c	2003-07-30 17:00:59.000000000 +0100
@@ -37,7 +37,7 @@
 
     SetLastError( 0xdeadbeef );
     atom = GlobalAddAtomA( "foobar" );
-    ok( (atom >= 0xc000) && (atom <= 0xffff), "bad atom id %x", atom );
+    ok( (atom >= 0xc000), "bad atom id %x", atom );
     ok( GetLastError() == 0xdeadbeef, "GlobalAddAtomA set last error" );
 
     /* Verify that it can be found (or not) appropriately */
Binary files dlls/kernel/tests/kernel32_crosstest.exe and dlls/kernel/tests/kernel32_crosstest.exe differ

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux