From 2801ead6d3a144f3cf7ae03f61bb463c7aeac0a9 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 14 Jul 2022 15:12:08 -0700 Subject: tests: remove deprecated `import('unstable_')` --- test cases/common/230 external project/libfoo/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/common') 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'] -- cgit v1.3