Commit 96781217 authored by Robert Bradshaw's avatar Robert Bradshaw

tags -> tag

parent 24bc455f
......@@ -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['tags']:
if 'werror' in tags['tag']:
warning_errors = True
else:
warning_errors = False
......
# mode: error
# tags: werror
# tag: werror
cdef foo():
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