From 48477102c9791ba35b61e5fc76b2e615df9bbd44 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 9 Mar 2015 19:39:12 +0200 Subject: Now can compile all Qt5 tests with module. --- modules/modtest.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/modtest.py') diff --git a/modules/modtest.py b/modules/modtest.py index f262140dc..c9247e6bf 100644 --- a/modules/modtest.py +++ b/modules/modtest.py @@ -14,9 +14,6 @@ class TestModule: - def get_rules(self): - return [] - def print_hello(self, state, args, kwargs): print('Hello from a Meson module') -- cgit v1.2.3