Commit e1d8c264 authored by adamg's avatar adamg

, missing

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@117174 62d5b8a3-27da-0310-9561-8e5933582275
parent 6789f7bc
......@@ -126,7 +126,7 @@ def test_suite():
"-\d[.]\d-py)\d[.]\d(-\S+)?[.]egg"),
'\\1V.V.egg'),
(re.compile('extdemo.c\n.+\\extdemo.exp\n'), ''),
(re.compile('extdemo[.]pyd'), 'extdemo.so')
(re.compile('extdemo[.]pyd'), 'extdemo.so'),
(re.compile("extdemo[.]c\n"
"extdemo[.]obj : warning LNK4197: export 'initextdemo' specified multiple times; using first specification\n"
" Creating library build\\\\temp[.]win-amd64-2[.][4567]\\\\Release\\\\extdemo[.]lib and object build\\\\temp[.]win-amd64-2[.][4567]\\\\Release\\\\extdemo[.]exp\n"),
......
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