X-Git-Url: http://nitlanguage.org diff --git a/tests/error_prop_glob.nit b/tests/error_prop_glob.nit index 8010187..e6b29d2 100644 --- a/tests/error_prop_glob.nit +++ b/tests/error_prop_glob.nit @@ -26,6 +26,6 @@ class B fun toto do end end class C -special A -special B + super A + super B end