Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
b127d487
Commit
b127d487
authored
Oct 05, 2009
by
Dag Sverre Seljebotn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong ctypedef testcase via autotestdict
parent
a3671c67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
32 deletions
+2
-32
tests/run/ctypedef_int_types_T333.pyx
tests/run/ctypedef_int_types_T333.pyx
+2
-32
No files found.
tests/run/ctypedef_int_types_T333.pyx
View file @
b127d487
__doc__
=
u""
#cython: autotestdict=True
# -------------------------------------------------------------------
...
...
@@ -567,7 +567,7 @@ cimport ctypedef_int_types_defs_T333 as defs
def
test_DefSInt
(
defs
.
SInt
x
):
u"""
>>> test_Def
t
SInt(-1)
>>> test_DefSInt(-1)
-1
>>> test_DefSInt(0)
0
...
...
@@ -642,33 +642,3 @@ def test_LocUInt(LocUInt x):
return
x
# -------------------------------------------------------------------
__doc__
=
u""
.
join
([
f
.
__doc__
for
f
in
(
#
test_schar
,
test_add_schar
,
test_uchar
,
test_add_uchar
,
#
test_sshort
,
test_add_sshort
,
test_ushort
,
test_add_ushort
,
#
test_sint
,
test_add_sint
,
test_uint
,
test_add_uint
,
#
test_slong
,
test_add_slong
,
test_ulong
,
test_add_ulong
,
#
test_slonglong
,
test_add_slonglong
,
test_ulonglong
,
test_add_ulonglong
,
#
MyClass
,
#
test_MySInt1
,
test_MyUInt1
,
test_MySInt2
,
test_MyUInt2
,
#
test_ExtSInt
,
test_ExtUInt
,
test_LocSInt
,
test_LocUInt
,
)
])
# -------------------------------------------------------------------
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment