Fix use of preprocessor null directive

This was broken recently in commit 255c929c56
for issue #217
This commit is contained in:
William S Fulton 2014-12-20 16:56:31 +00:00
commit 93d58cd3ed
3 changed files with 21 additions and 0 deletions

View file

@ -12,3 +12,5 @@ if preproc.defined != 1:
if 2*preproc.one != preproc.two:
raise RuntimeError
if preproc.methodX(99) != 199:
raise RuntimeError