Warning suppressions in tests

This commit is contained in:
William S Fulton 2014-12-22 20:35:13 +00:00
commit 5c57a8c877
5 changed files with 8 additions and 5 deletions

View file

@ -56,7 +56,7 @@ def test(b, f):
raise RuntimeError
# Test static method
b.stat()
b.statMethod()
if f.access != CONST_ACCESS:
raise RuntimeError