From: David Vázquez Date: Thu, 2 May 2013 23:04:19 +0000 (+0100) Subject: Remove test because it will fail in the host X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=cca4e153dd07ff78d4d9b9bb764bb9ff080c5ca5;p=jscl.git Remove test because it will fail in the host We do not have JS package in the host implementation --- 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"))