Index: /trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp	(revision 25622)
+++ /trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp	(revision 25623)
@@ -408,5 +408,4 @@
 
     g_cThreads = cThreads;
-    g_iDeadlockThread = cThreads - 1;
 
     for (uint32_t i = 0; i < cThreads; i++)
@@ -422,7 +421,7 @@
     {
         g_iDeadlockThread = (cThreads - 1 + iPass) % cThreads;
-        g_cLoops = 0;
-        g_cDeadlocks = 0;
-        g_NanoTSStop = cSecs ? RTTimeNanoTS() + cSecs * UINT64_C(1000000000) : 0;
+        g_cLoops          = 0;
+        g_cDeadlocks      = 0;
+        g_NanoTSStop      = cSecs ? RTTimeNanoTS() + cSecs * UINT64_C(1000000000) : 0;
 
         int rc = testStartThreads(cThreads, pfnThread);
