diff options
Diffstat (limited to 'meson/test cases/failing/59 getoption prefix/test.json')
-rw-r--r-- | meson/test cases/failing/59 getoption prefix/test.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meson/test cases/failing/59 getoption prefix/test.json b/meson/test cases/failing/59 getoption prefix/test.json new file mode 100644 index 000000000..4485e0465 --- /dev/null +++ b/meson/test cases/failing/59 getoption prefix/test.json @@ -0,0 +1,7 @@ +{ + "stdout": [ + { + "line": "test cases/failing/59 getoption prefix/meson.build:5:0: ERROR: Having a colon in option name is forbidden, projects are not allowed to directly access options of other subprojects." + } + ] +} |