From 05a7459d8e97c09f7a25891fb9378ef95af02e2d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 21 Jul 2013 19:55:10 -0600 Subject: [PATCH] fix some tests original commit: 1708fb43b476bf7a13f1c2cef3a32f555769cf55 --- pkgs/compiler-lib/compiler/commands/pack.rkt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/compiler-lib/compiler/commands/pack.rkt b/pkgs/compiler-lib/compiler/commands/pack.rkt index db68d62889..eba5bf0865 100644 --- a/pkgs/compiler-lib/compiler/commands/pack.rkt +++ b/pkgs/compiler-lib/compiler/commands/pack.rkt @@ -71,10 +71,7 @@ #f '("collects" "doc" "include" "lib")) #:requires - ;; Get current version of mzscheme for require: - (let* ([i (get-info '("mzscheme"))] - [v (and i (i 'version (lambda () #f)))]) - (list (list '("mzscheme") v)))) + null) (when (verbose) (printf " [output to \"~a\"]\n" plt-output))) ;; Collection