Commit 7defba54 authored by Stefan Behnel's avatar Stefan Behnel

extend test

parent a13dfd84
...@@ -304,6 +304,11 @@ def test_empty_frozenset(): ...@@ -304,6 +304,11 @@ def test_empty_frozenset():
return frozenset() return frozenset()
@cython.test_fail_if_path_exists(
'//ListNode//ListNode',
'//ListNode//PythonCapiCallNode//PythonCapiCallNode',
'//ListNode//SimpleCallNode//SimpleCallNode',
)
def test_singleton_empty_frozenset(): def test_singleton_empty_frozenset():
""" """
>>> test_singleton_empty_frozenset() # from CPython's test_set.py >>> test_singleton_empty_frozenset() # from CPython's test_set.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment