diff --git a/collects/tests/rackunit/standalone.rkt b/collects/tests/rackunit/standalone.rkt index 5c096a2..b8902b1 100644 --- a/collects/tests/rackunit/standalone.rkt +++ b/collects/tests/rackunit/standalone.rkt @@ -64,22 +64,24 @@ Second Outta here! -------------------- -------------------- FAILURE +actual: 1 +expected: 2 name: check-eq? location: (# 19 12 520 15) expression: (check-eq? 1 2) -actual: 1 -expected: 2 +params: (1 2) Check failure -------------------- -------------------- failure FAILURE +actual: 1 +expected: 2 name: check-eq? location: (# 20 21 558 15) expression: (check-eq? 1 2) -actual: 1 -expected: 2 +params: (1 2) Check failure --------------------