lib/markdown: merge processor and emitter
[nit.git] / src / testing / testing_suite.nit
index 1a43bd3..43ac8f5 100644 (file)
@@ -288,7 +288,7 @@ class TestCase
                if test_method.mproperty.is_toplevel then
                        file.addn "\t{name}"
                else
-                       file.addn "\tvar subject = new {test_method.mclassdef.name}.nitunit"
+                       file.addn "\tvar subject = new {test_method.mclassdef.name}.intern"
                        for mmethod in before do
                                file.addn "\tsubject.{mmethod.name}"
                        end