Commit 96781217 authored by Robert Bradshaw's avatar Robert Bradshaw

tags -> tag

parent 24bc455f
...@@ -297,7 +297,7 @@ class TestBuilder(object): ...@@ -297,7 +297,7 @@ class TestBuilder(object):
return suite return suite
def build_tests(self, test_class, path, workdir, module, expect_errors, tags): def build_tests(self, test_class, path, workdir, module, expect_errors, tags):
if 'werror' in tags['tags']: if 'werror' in tags['tag']:
warning_errors = True warning_errors = True
else: else:
warning_errors = False warning_errors = False
......
# mode: error # mode: error
# tags: werror # tag: werror
cdef foo(): cdef foo():
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment