2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

Extended test for references that can survive a sort

[SVN r20393]
This commit is contained in:
Raoul Gough
2003-10-15 16:20:56 +00:00
parent b032914876
commit 324bba771c
2 changed files with 13 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ def run(args = None):
if __name__ == '__main__':
import test_python_ref_common # Checks for python reference semantics
import test_vector_common
__doc__ += test_python_ref_common.common_doctest_string
__doc__ += test_python_ref_common.extended_doctest_string
__doc__ += test_vector_common.common_doctest_string
print 'running...'
import sys