From 8c918c489a932763f0f331446446403ff406aa27 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 7 May 2010 12:44:12 -0600 Subject: [PATCH] Fixing test re printing output... again :) --- collects/tests/racunit/text-ui-test.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/tests/racunit/text-ui-test.rkt b/collects/tests/racunit/text-ui-test.rkt index 11ed11fd4d..11ee469ef9 100644 --- a/collects/tests/racunit/text-ui-test.rkt +++ b/collects/tests/racunit/text-ui-test.rkt @@ -119,7 +119,7 @@ (with-all-output-to-string (failing-binary-test/complex-params)))]) (check string-contains op - "`((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) + "'((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14))"))) @@ -129,7 +129,7 @@ (with-all-output-to-string (failing-test/complex-params)))]) (check string-contains op - "`((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) + "'((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14))")))