From 9fca1940f94ecd9b184e902ea2bbd050380badbe Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Wed, 26 Mar 2014 08:09:07 -0400
Subject: [PATCH] Re-enable test-encodings.script for MKCL after it was fixed.

---
 test/test-encodings.script | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/test-encodings.script b/test/test-encodings.script
index 5bbbb852..0d9aa54d 100644
--- a/test/test-encodings.script
+++ b/test/test-encodings.script
@@ -45,10 +45,6 @@
   (when (version< version-nums "1.1.2")
     (leave-test "Your old ABCL is known to fail this test script, so skipping it." 0)))
 
-#+mkcl
-(when (version<= (lisp-implementation-version) "1.1.8")
-  (leave-test "Your old MKCL is known to fail this test script, so skipping it." 0))
-
 (with-encoding-test (:utf-8)
   (def-test-system :test-encoding-explicit-u8
     :components ((:file "lambda" :encoding :utf-8))))
-- 
GitLab