Index: /trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp	(revision 65928)
+++ /trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp	(revision 65929)
@@ -77,5 +77,5 @@
                         /* With 32-bit address spaces it's sometimes difficult
                          * to find bigger chunks of contiguous memory */
-                        if (i % 11 < 8)
+                        if (i % 11 > 7)
                             RTPrintf(" => ignoring (32-bit host)");
                         else
