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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
d1756503
Commit
d1756503
authored
Apr 28, 2011
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tags -> tag
parent
34d43898
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
runtests.py
runtests.py
+1
-1
tests/errors/w_cdef_override.pyx
tests/errors/w_cdef_override.pyx
+1
-1
No files found.
runtests.py
View file @
d1756503
...
...
@@ -297,7 +297,7 @@ class TestBuilder(object):
return
suite
def
build_tests
(
self
,
test_class
,
path
,
workdir
,
module
,
expect_errors
,
tags
):
if
'werror'
in
tags
[
'tag
s
'
]:
if
'werror'
in
tags
[
'tag'
]:
warning_errors
=
True
else
:
warning_errors
=
False
...
...
tests/errors/w_cdef_override.pyx
View file @
d1756503
# mode: error
# tag
s
: werror
# tag: werror
cdef
foo
():
pass
...
...
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