From b8f40bb884bfdb1123a606ca50ba1f4d05e5089e Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 7 Dec 2011 22:59:02 +0100 Subject: [PATCH] The regression test suite did not have the right location of the ansi test suite --- src/tests/bugs/doit.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/bugs/doit.lsp b/src/tests/bugs/doit.lsp index 8f017a397..54e48c968 100644 --- a/src/tests/bugs/doit.lsp +++ b/src/tests/bugs/doit.lsp @@ -26,8 +26,8 @@ (use-package :sb-rt) (load "tools.lsp") -(load "../ansi/universe.lsp") -(load "../ansi/ansi-aux.lsp") +(load "../ansi-tests/universe.lsp") +(load "../ansi-tests/ansi-aux.lsp") (load "cl-001.lsp")