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

@ -41,7 +41,7 @@ public class smart_pointer_const_overload_runme {
Assert(f.getAccess() == MUTABLE_ACCESS);
// Test static method
b.stat();
b.statMethod();
Assert(f.getAccess() == CONST_ACCESS);