doc/commands: remove default filter from tests
[nit.git] / src / doc / commands / tests / test_commands.nit
index b5828f1..d9d6564 100644 (file)
@@ -40,12 +40,6 @@ class TestCommands
        # Mainmodule used for tests
        var test_main: MModule is noinit
 
-       # Filters used for tests
-       var test_filter = new ModelFilter(
-               private_visibility,
-               accept_fictive = false,
-               accept_test = false)
-
        # Initialize test variables
        #
        # Must be called before test execution.