diff --git a/compiler-lib/compiler/commands/test.rkt b/compiler-lib/compiler/commands/test.rkt index 1c599475e1..55b2dc4f54 100644 --- a/compiler-lib/compiler/commands/test.rkt +++ b/compiler-lib/compiler/commands/test.rkt @@ -250,8 +250,8 @@ (values (proc 'exit-code) (and (pair? results) - (exact-positive-integer? (car results)) - (exact-positive-integer? (cdr results)) + (exact-nonnegative-integer? (car results)) + (exact-nonnegative-integer? (cdr results)) results))])) ;; Shut down the place/process (usually a no-op unless it timed out):