Skip to content

Commit a5cb0a1

Browse files
committed
rm
1 parent 5d35b3f commit a5cb0a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

posts/2025-11-11-making-race-condition-tests-deterministic-with-cyclicbarrier-and-seam.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ Without changing a single line of production code, we:
201201
2. Changed method implementation by stubbing it
202202
3. Injected synchronization logic - CyclicBarrier coordination
203203
4. Made the race deterministic - both threads guaranteed to see the same state
204-
205204
The production code remains clean. No test hooks, no debug flags, no conditional logic.
206205

207206
## The proof

0 commit comments

Comments
 (0)