diff -r 36d17f37db91 -r 39f7d4ee8bcd tests/test-check-interfaces.py.out --- a/tests/test-check-interfaces.py.out Fri Mar 30 14:52:32 2018 -0700 +++ b/tests/test-check-interfaces.py.out Fri Mar 30 18:53:17 2018 -0700 @@ -1,2 +1,2 @@ -public attributes not in abstract interface: badpeer.badattribute -public attributes not in abstract interface: badpeer.badmethod +public attribute not declared in interfaces: badpeer.badattribute +public attribute not declared in interfaces: badpeer.badmethod