fix test after fixing code
authorStefan Behnel <scoder@users.berlios.de>
Mon, 17 May 2010 09:25:57 +0000 (11:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 17 May 2010 09:25:57 +0000 (11:25 +0200)
tests/run/builtin_len.pyx

index 360ffe6991a245e8d91e1c9cca124948826a2e4e..f127f3e7b048f2a4dc50d0378aa74268aa41f82c 100644 (file)
@@ -38,9 +38,9 @@ def len_bytes(bytes s):
     """
     return len(s)
 
-@cython.test_assert_path_exists(
-    "//CoerceToPyTypeNode",
-    "//PythonCapiCallNode")
+#@cython.test_assert_path_exists(
+#    "//CoerceToPyTypeNode",
+#    "//PythonCapiCallNode")
 def len_str(str s):
     """
     >>> len('abcdefg')