projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0be47
)
fix testcase to silent compiler warnings
author
Lisandro Dalcin
<dalcinl@gmail.com>
Wed, 14 Oct 2009 21:22:16 +0000
(18:22 -0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Wed, 14 Oct 2009 21:22:16 +0000
(18:22 -0300)
tests/compile/cnamespec.pyx
patch
|
blob
|
history
diff --git
a/tests/compile/cnamespec.pyx
b/tests/compile/cnamespec.pyx
index 5ddc43ea3eca9595caf5904346ba2d2d620a65d4..a627cffa16095296d5e968566f0b52969607c780 100644
(file)
--- a/
tests/compile/cnamespec.pyx
+++ b/
tests/compile/cnamespec.pyx
@@
-12,6
+12,9
@@
cdef double spam "c_spam" (int i, float f):
cdef foo *p
global b
d = spam(a, f)
+ cdef foo q
+ q.i = 7
+ p = &q
b = p.i
p.i = x
p.i = y