X-Git-Url: http://nitlanguage.org diff --git a/src/frontend/no_warning.nit b/src/frontend/no_warning.nit index 97efb63..54d9a01 100644 --- a/src/frontend/no_warning.nit +++ b/src/frontend/no_warning.nit @@ -48,8 +48,8 @@ private class NoWarningPhase var modelbuilder = toolcontext.modelbuilder - # Disable `missing-doc` for `test_suite` - if source != null and not nmoduledecl.get_annotations("test_suite").is_empty then + # Disable `missing-doc` for `test` + if source != null and not nmoduledecl.get_annotations("test").is_empty then toolcontext.warning_blacklist[source].add("missing-doc") end