Author: Juergen Boemmels <boemm...@web.de>
Branch: 
Changeset: r16:7812db0253df
Date: 2011-11-27 16:13 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/7812db0253df/

Log:    Remove dublicated test

diff --git a/scheme/test/test_object.py b/scheme/test/test_object.py
--- a/scheme/test/test_object.py
+++ b/scheme/test/test_object.py
@@ -66,11 +66,6 @@
     assert w_sym.to_string() == "symb"
     assert w_sym.to_boolean() is True
 
-def test_symbol():
-    w_id = W_Symbol("ident")
-    assert w_id.to_string() == "ident"
-    assert w_id.to_boolean() is True
-
 def test_ctx():
     w_fnum = W_Integer(12)
     w_symb = W_Symbol("symb")
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to