[pypy-svn] r48052 - pypy/dist/pypy/lang/smalltalk/test

niko at codespeak.net niko at codespeak.net
Fri Oct 26 14:21:41 CEST 2007


Author: niko
Date: Fri Oct 26 14:21:41 2007
New Revision: 48052

Modified:
   pypy/dist/pypy/lang/smalltalk/test/test_primitives.py
Log:
remove out of date comment line



Modified: pypy/dist/pypy/lang/smalltalk/test/test_primitives.py
==============================================================================
--- pypy/dist/pypy/lang/smalltalk/test/test_primitives.py	(original)
+++ pypy/dist/pypy/lang/smalltalk/test/test_primitives.py	Fri Oct 26 14:21:41 2007
@@ -7,8 +7,6 @@
 from pypy.lang.smalltalk import objtable
 from pypy.lang.smalltalk import constants
 from pypy.rlib.rarithmetic import INFINITY, NAN, isinf, isnan
-
-# Violates the guideline, but we use it A LOT to reference the primitive codes:
 from pypy.lang.smalltalk import primitives
 
 mockclass = classtable.bootstrap_class



More information about the Pypy-commit mailing list