diff --git a/collects/tests/mzscheme/unit.ss b/collects/tests/mzscheme/unit.ss index 9c7240a..31b05b3 100644 --- a/collects/tests/mzscheme/unit.ss +++ b/collects/tests/mzscheme/unit.ss @@ -223,7 +223,7 @@ (M x v struct:a y x? make-x x-z both))]) (export))) - (test (string-append "(5 # # (proc: y)" + (test (string-append "(5 # # (proc: y)" " (proc: make-x) (proc: x?)" " (proc: x-z) (proc: both))" "(5 #t # #t #f # #t #t #f #t)") diff --git a/collects/tests/mzscheme/unitsig.ss b/collects/tests/mzscheme/unitsig.ss index db7b790..bca15c2 100644 --- a/collects/tests/mzscheme/unitsig.ss +++ b/collects/tests/mzscheme/unitsig.ss @@ -265,7 +265,7 @@ (import) (define x 5) - (define-struct (a (current-inspector)) (b c)) + (define-struct a (b c) (make-inspector)) (define v (make-a 5 6)) (define (y v) (a? v)))) @@ -326,10 +326,10 @@ p))) M@)]) (export))) - (test (string-append "(5 #(struct:a 5 6) # (proc: y)" + (test (string-append "(5 #(struct:a 5 6) # (proc: y)" " (proc: make-x) (proc: x?)" " (proc: x-z) (proc: both) (proc: a?))" - "(5 #t #(struct:a 5 6) #t #f #(struct:x 1 2 3 4) #t #t #f #t)") + "(5 #t #(struct:a 5 6) #t #f #(struct:x 1 2 ...) #t #t #f #t)") get-output-string p))) (test 5 'let-sig