X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_inh_loop.res b/tests/sav/error_inh_loop.res index c204aa0..4479834 100644 --- a/tests/sav/error_inh_loop.res +++ b/tests/sav/error_inh_loop.res @@ -1,3 +1,3 @@ -error_inh_loop.nit:19,7: Error: Inheritance loop for class A with type B -error_inh_loop.nit:23,7: Error: Inheritance loop for class B with type C -error_inh_loop.nit:27,7: Error: Inheritance loop for class C with type A +error_inh_loop.nit:19,7: Error: inheritance loop for class `A` with type `B`. +error_inh_loop.nit:23,7: Error: inheritance loop for class `B` with type `C`. +error_inh_loop.nit:27,7: Error: inheritance loop for class `C` with type `A`.