aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-01-20 17:43:09 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-22 16:09:34 +0100
commit277dc10a5d21eaed884ef8674ca6cc1bec547ec0 (patch)
tree995e964e6c43c5632f5f39d850cc03dc0f185c51 /run_unittests.py
parent750af9c853423138e0d2812ba538402eedea80f2 (diff)
downloadmeson-277dc10a5d21eaed884ef8674ca6cc1bec547ec0.zip
meson-277dc10a5d21eaed884ef8674ca6cc1bec547ec0.tar.gz
meson-277dc10a5d21eaed884ef8674ca6cc1bec547ec0.tar.bz2
AST post processing
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index e124614..8c2ad12 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -4913,7 +4913,7 @@ class PythonTests(BasePlatformTests):
self.wipe()
-class RewriterTests(unittest.TestCase):
+class RewriterTests(BasePlatformTests):
def setUp(self):
super().setUp()