tests: fix option in case 140
Which fails after the next patch because it provides an invalid kwarg.
This commit is contained in:
parent
a0c6d3dbb6
commit
4e18483ff3
|
@ -1 +1 @@
|
|||
option('MESON_TEST_DEFINE_VALUE', type : 'string', default : '')
|
||||
option('MESON_TEST_DEFINE_VALUE', type : 'string', value : '')
|
||||
|
|
Loading…
Reference in New Issue