tests: fix option in case 140

Which fails after the next patch because it provides an invalid kwarg.
This commit is contained in:
Dylan Baker 2017-10-04 09:51:28 -07:00
parent a0c6d3dbb6
commit 4e18483ff3
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
option('MESON_TEST_DEFINE_VALUE', type : 'string', default : '')
option('MESON_TEST_DEFINE_VALUE', type : 'string', value : '')