diff --git a/test/test_suite/methods/method_resolution_order.c3 b/test/test_suite/methods/method_resolution_order.c3 index 7222c4c13..b3658427e 100644 --- a/test/test_suite/methods/method_resolution_order.c3 +++ b/test/test_suite/methods/method_resolution_order.c3 @@ -1,11 +1,11 @@ module test2; import test3; -struct Bar @if($defined(Foo.b)) // #warning: There might be a method 'b' for 'Foo', but methods for the type have not yet been +struct Bar @if($defined(Foo.b)) // warning: There might be a method 'b' for 'Foo', but methods for the type have not yet been { int a; } -struct Bar2 @if($defined((Foo){}.b)) // #warning: There might be a method 'b' for 'Foo', but methods have not yet been completely +struct Bar2 @if($defined((Foo){}.b)) // warning: There might be a method 'b' for 'Foo', but methods have not yet been completely { int a; }