From 03198030c152650c36c6e61f3f614d2f3e1dcdf8 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 27 Jan 2011 22:14:58 +0900 Subject: [PATCH] uncommenting out import --- tests/match-tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/match-tests.scm b/tests/match-tests.scm index 1998276b..97eb4e47 100644 --- a/tests/match-tests.scm +++ b/tests/match-tests.scm @@ -1,5 +1,5 @@ -;;(import (chibi match) (chibi test)) +(import (chibi match) (chibi test)) (test-begin "match")