From 7b43128a36c1e192365f09f325f1d1148b51bc6b Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 13 May 2009 21:25:41 +0000 Subject: [PATCH] add require svn: r14798 original commit: 88159e24792f0e69d324b31b5fabb4b91e4e4ca9 --- collects/tests/typed-scheme/unit-tests/infer-tests.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/typed-scheme/unit-tests/infer-tests.ss b/collects/tests/typed-scheme/unit-tests/infer-tests.ss index 5159f9ba..0e60fbc3 100644 --- a/collects/tests/typed-scheme/unit-tests/infer-tests.ss +++ b/collects/tests/typed-scheme/unit-tests/infer-tests.ss @@ -2,7 +2,7 @@ (require "test-utils.ss" "planet-requires.ss" (for-syntax scheme/base)) (require (rep type-rep) (r:infer infer) - (types convenience union utils) + (types convenience union utils abbrev) (schemeunit))