diff --git a/pkgs/compiler-lib/compiler/commands/test.rkt b/pkgs/compiler-lib/compiler/commands/test.rkt index 8e4b633579..1746df18f6 100644 --- a/pkgs/compiler-lib/compiler/commands/test.rkt +++ b/pkgs/compiler-lib/compiler/commands/test.rkt @@ -112,7 +112,7 @@ ;; If the test did not use `rackunit`, claim ;; success: (if (zero? (cdr test-results)) - (cons 0 1) + (cons 0 0) test-results)))) ;; Run each test in its own place or process, and collect both test