tests: update test_c and test_nitunit4 to get reproducible outputs
[nit.git] / tests / test_nitunit4 / test_nitunit4.nit
index dfb5e32..cf8ab83 100644 (file)
@@ -37,4 +37,6 @@ class TestTestSuite
        fun test_sav_conflict is test do
                print "Tested method"
        end
+
+       redef fun to_s do return "<{class_name}>"
 end