diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-10-16 20:01:03 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-18 22:04:29 +0200 |
commit | 951262d7590343ffa9730666c427ad9d708a9fb6 (patch) | |
tree | d0ec82ffcf41ae5f30840c35a74d4da02dd26381 /mesontest.py | |
parent | a5a4c85eca95a31547e94d220c0e1a5ce4adf22d (diff) | |
download | meson-951262d7590343ffa9730666c427ad9d708a9fb6.zip meson-951262d7590343ffa9730666c427ad9d708a9fb6.tar.gz meson-951262d7590343ffa9730666c427ad9d708a9fb6.tar.bz2 |
Removed Valgrind from core.
Diffstat (limited to 'mesontest.py')
-rwxr-xr-x | mesontest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py index 6fda88d..3ab8ef3 100755 --- a/mesontest.py +++ b/mesontest.py @@ -17,7 +17,7 @@ # A tool to run tests in many different ways. import subprocess, sys, os, argparse -import pickle, statistics, json +import pickle from mesonbuild.scripts import meson_test parser = argparse.ArgumentParser() |