Skip to content

Commit 94a3ced

Browse files
committed
fixed cpp signature related test failure
[SVN r39372]
1 parent 7eb0c67 commit 94a3ced

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/pytype_function.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"""
55
>>> from pytype_function_ext import *
66
7-
>>> print (' ').join(func.__doc__.splitlines())
8-
func( (A)arg1) -> A : C++ signature : struct B func(struct B)
7+
>>> print func.__doc__.splitlines()[1]
8+
func( (A)arg1) -> A :
99
1010
"""
1111
def run(args = None):

0 commit comments

Comments
 (0)