From 22e605d6b2537301042b0f08febb09ed96bcedd3 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 11 Nov 2013 05:51:32 -0700 Subject: [PATCH] fix "base" and "compatibility" test drivers original commit: 3cc9446b656bb3acce5215ff11feb81645e542e2 --- .../compatibility-test/tests/mzlib/tests.rktl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl b/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl index 2748e17..cba4188 100644 --- a/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl +++ b/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl @@ -1,4 +1,4 @@ -(load "loadtest.rktl") +(load-relative "loadtest.rktl") (load-in-sandbox "kw.rktl") (load-in-sandbox "awk.rktl")