diff options
Diffstat (limited to 'test cases/common')
| -rw-r--r-- | test cases/common/41 options/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/41 options/meson.build b/test cases/common/41 options/meson.build index 4b38c6f87..2eccef7b0 100644 --- a/test cases/common/41 options/meson.build +++ b/test cases/common/41 options/meson.build @@ -18,7 +18,7 @@ if get_option('array_opt') != ['one', 'two'] endif # If the default changes, update test cases/unit/13 reconfigure -if get_option('b_lto') != 'false' +if get_option('b_lto') != false error('Incorrect value in base option.') endif |
