From 806447f3d8cef7659db25ff2ce6676f2f210062d Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Mon, 12 Sep 2016 20:50:48 -0400
Subject: [PATCH] No expected failure in test-force on ecl_bytecodes

---
 test/test-force.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-force.script b/test/test-force.script
index 31f5c69c6..f760bdeb0 100644
--- a/test/test-force.script
+++ b/test/test-force.script
@@ -70,7 +70,7 @@
 
 (DBG "Check that load-system will reload")
 (load-system 'test-asdf/force1)
-(with-expected-failure (#+(or clasp clisp ecl mkcl) t)
+(with-expected-failure (#+(or clasp clisp (and ecl (not ecl-bytecmp)) mkcl) t)
   ;; Why does that fail on these??? Investigate!
   (assert-equal (get-file-stamp file1) date2)
   (assert-equal test-package::*file1* t))
-- 
GitLab