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 | |
| parent | e062dcdfcc48685c99ecf1c4df891a044f21fefe (diff) | |
| download | meson-2801ead6d3a144f3cf7ae03f61bb463c7aeac0a9.tar.gz | |
tests: remove deprecated `import('unstable_')`
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/common/230 external project/libfoo/meson.build | 2 | ||||
| -rw-r--r-- | test cases/fpga/1 simple/meson.build | 2 |
2 files changed, 2 insertions, 2 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'] diff --git a/test cases/fpga/1 simple/meson.build b/test cases/fpga/1 simple/meson.build index f1ab690fd..536244e48 100644 --- a/test cases/fpga/1 simple/meson.build +++ b/test cases/fpga/1 simple/meson.build @@ -1,6 +1,6 @@ project('lattice', 'c') -is = import('unstable_icestorm') +is = import('unstable-icestorm') is.project('spin', 'spin.v', |
