From 29ab79a13bea7bee3a519acbcc248b969c2799e6 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 17 Oct 2013 13:32:03 -0400 Subject: [PATCH] Use proper feature of ecl-bytecmp --- test/test-compile-file-failure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-compile-file-failure.lisp b/test/test-compile-file-failure.lisp index c0f3a80b..4e2d7557 100644 --- a/test/test-compile-file-failure.lisp +++ b/test/test-compile-file-failure.lisp @@ -4,7 +4,7 @@ ;; CLISP 2.48 has a bug that makes this test fail. Hopefully, everyone uses 2.49 or better. ;; The ECL bytecode compiler also fails. ;; Work around: - #+(and ecl ecl_bytecodes) + #+(and ecl ecl-bytecmp) (when (and (eq asdf:*compile-file-failure-behaviour* :error) #+ecl (equal (compile-file-type) "fasc")) (error 'compile-file-error :description "faking it")) -- GitLab