summaryrefslogtreecommitdiff
path: root/test cases/common
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-07-14 15:12:08 -0700
committerEli Schwartz <eschwartz93@gmail.com>2022-08-17 16:25:36 -0400
commit2801ead6d3a144f3cf7ae03f61bb463c7aeac0a9 (patch)
tree650944cccb4476794ab1244ec52d323bcc9db6b5 /test cases/common
parente062dcdfcc48685c99ecf1c4df891a044f21fefe (diff)
downloadmeson-2801ead6d3a144f3cf7ae03f61bb463c7aeac0a9.tar.gz
tests: remove deprecated `import('unstable_')`
Diffstat (limited to 'test cases/common')
-rw-r--r--test cases/common/230 external project/libfoo/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/230 external project/libfoo/meson.build b/test cases/common/230 external project/libfoo/meson.build
index a09341b47..a2512aa6f 100644
--- a/test cases/common/230 external project/libfoo/meson.build
+++ b/test cases/common/230 external project/libfoo/meson.build
@@ -1,4 +1,4 @@
-mod = import('unstable_external_project')
+mod = import('unstable-external_project')
target_system = target_machine.system()
if target_system in ['windows', 'cygwin']