diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-07-14 15:12:08 -0700 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-08-17 16:25:36 -0400 |
| commit | 2801ead6d3a144f3cf7ae03f61bb463c7aeac0a9 (patch) | |
| tree | 650944cccb4476794ab1244ec52d323bcc9db6b5 /test cases/common | |
| parent | e062dcdfcc48685c99ecf1c4df891a044f21fefe (diff) | |
| download | meson-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.build | 2 |
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'] |
