[pypy-svn] r14248 - pypy/dist/pypy/interpreter/pyparser/test/samples

adim at codespeak.net adim at codespeak.net
Mon Jul 4 20:58:18 CEST 2005


Author: adim
Date: Mon Jul  4 20:58:17 2005
New Revision: 14248

Added:
   pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_only_one_comment.py
      - copied unchanged from r14241, pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_only_one_comment.DISABLED
Removed:
   pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_only_one_comment.DISABLED
Modified:
   pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration.py
Log:
no need to disable this test anymore


Modified: pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration.py
==============================================================================
--- pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration.py	(original)
+++ pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration.py	Mon Jul  4 20:58:17 2005
@@ -1,3 +1,2 @@
 # -*- coding: ISO-8859-1 -*-
-a = 1
-# keep this statement for now (see test_only_one_comment.py)
+a = 1 # keep this statement for now (see test_only_one_comment.py)

Deleted: /pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_only_one_comment.DISABLED
==============================================================================
--- /pypy/dist/pypy/interpreter/pyparser/test/samples/snippet_only_one_comment.DISABLED	Mon Jul  4 20:58:17 2005
+++ (empty file)
@@ -1 +0,0 @@
-# only one comment



More information about the Pypy-commit mailing list