Tree structure test changes.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 12 Nov 2010 08:51:41 +0000 (00:51 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 12 Nov 2010 08:51:41 +0000 (00:51 -0800)
tests/run/type_inference.pyx
tests/run/unicode_indexing.pyx

index b78f70e2bfef9357b550c7761aa240958f40c9f1..09b996a690309da71a2ec31a02d9020b56d0f8a1 100644 (file)
@@ -350,8 +350,7 @@ cdef object some_float_value():
 
 
 @cython.test_fail_if_path_exists('//NameNode[@type.is_pyobject = True]')
-@cython.test_assert_path_exists('//InPlaceAssignmentNode/NameNode',
-                                '//NameNode[@type.is_pyobject]',
+@cython.test_assert_path_exists('//NameNode[@type.is_pyobject]',
                                 '//NameNode[@type.is_pyobject = False]')
 @infer_types(None)
 def double_loop():
index db1b5b6987497f442aa0bb8ec2ed51d8a92369db..62975eabfc8ad7423483054aef7ff67696f1a86d 100644 (file)
@@ -243,7 +243,6 @@ def index_add(unicode ustring, Py_ssize_t i, Py_ssize_t j):
 
 @cython.test_assert_path_exists("//CoerceToPyTypeNode",
                                 "//IndexNode",
-                                "//InPlaceAssignmentNode",
                                 "//CoerceToPyTypeNode//IndexNode")
 @cython.test_fail_if_path_exists("//IndexNode//CoerceToPyTypeNode")
 def index_concat_loop(unicode ustring):