diff options
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-x | run_cross_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py index 3545cfd..a788850 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -23,7 +23,7 @@ Not part of the main test suite because of two reasons: Eventually migrate to something fancier.''' import os, subprocess, shutil, sys -import meson.environment as environment +import mesonbuild.environment as environment from run_tests import gather_tests |