Warning suppressions in tests
This commit is contained in:
parent
31df3077b3
commit
5c57a8c877
5 changed files with 8 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue