diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-01-12 11:31:25 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-01-13 13:32:48 -0800 |
commit | e36aca42d0980ce4b43e5753d798c986135e9f43 (patch) | |
tree | be24e9dca9f08196ac83dfffa5d6b6aef9d6e026 /test cases/failing | |
parent | 59328aba2929b969a7e7ce1390d891dafe391a7f (diff) | |
download | meson-e36aca42d0980ce4b43e5753d798c986135e9f43.zip meson-e36aca42d0980ce4b43e5753d798c986135e9f43.tar.gz meson-e36aca42d0980ce4b43e5753d798c986135e9f43.tar.bz2 |
build/interpreter: Split InstallDir to fix layering violation
Currently InstallDir is part of the interpreter, and is an Interpreter
object, which is then put in the Build object. This is a layering
violation, the interperter should have a Holder for build data. This
patch fixes that.
Diffstat (limited to 'test cases/failing')
-rw-r--r-- | test cases/failing/69 install_data rename bad size/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/69 install_data rename bad size/test.json b/test cases/failing/69 install_data rename bad size/test.json index 1329fec..b99688a 100644 --- a/test cases/failing/69 install_data rename bad size/test.json +++ b/test cases/failing/69 install_data rename bad size/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/69 install_data rename bad size/meson.build:3:0: ERROR: Size of rename argument is different from number of sources" + "line": "test cases/failing/69 install_data rename bad size/meson.build:3:0: ERROR: \"rename\" and \"sources\" argument lists must be the same length if \"rename\" is given. Rename has 1 elements and sources has 2." } ] } |