Skip to content
Snippets Groups Projects
Commit 9fca1940 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Re-enable test-encodings.script for MKCL after it was fixed.

parent ff2570cb
No related branches found
No related tags found
No related merge requests found
......@@ -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))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment