From 8a3f8318077954c5e8d8562fff108f42038cd3fd Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 28 Mar 2013 08:32:03 -0600 Subject: [PATCH] Fixing standalone --- collects/tests/rackunit/standalone.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/tests/rackunit/standalone.rkt b/collects/tests/rackunit/standalone.rkt index b8902b167b..744e2cbf4e 100644 --- a/collects/tests/rackunit/standalone.rkt +++ b/collects/tests/rackunit/standalone.rkt @@ -69,7 +69,6 @@ expected: 2 name: check-eq? location: (# 19 12 520 15) expression: (check-eq? 1 2) -params: (1 2) Check failure -------------------- @@ -81,7 +80,6 @@ expected: 2 name: check-eq? location: (# 20 21 558 15) expression: (check-eq? 1 2) -params: (1 2) Check failure --------------------