From 38f8b0cb3d134cefdb02ede5deca46265a587fa3 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 22 Mar 2013 07:43:15 -0600 Subject: [PATCH] Fixing broken rackunit tests original commit: 04d723eea88ce3456856ae3f77e265304fa84f31 --- collects/tests/rackunit/standalone.rkt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 --------------------