From cca4e153dd07ff78d4d9b9bb764bb9ff080c5ca5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Fri, 3 May 2013 00:04:19 +0100 Subject: [PATCH] Remove test because it will fail in the host We do not have JS package in the host implementation --- tests/read.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/read.lisp b/tests/read.lisp index d8cadf4..fa841a2 100644 --- a/tests/read.lisp +++ b/tests/read.lisp @@ -5,7 +5,6 @@ (equal (multiple-value-list (read-from-string "(a b c)")) '((A B C) 7))) -(test (equal (symbol-name (read-from-string "js:alert")) "alert")) (test (equal (symbol-name (read-from-string "cl:cond")) "COND")) (test (equal (symbol-name (read-from-string "co|N|d")) "COND")) (test (equal (symbol-name (read-from-string "abc\\def")) "ABCdEF")) -- 1.7.10.4