aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-11-07 16:00:56 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-11-08 16:00:05 +0200
commit3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d (patch)
treee7afc27cf35beffdf37a4e67ad99741ce0fb8718 /test cases
parentb6dc4d5e5c6e838de0b52e62d982ba2547eb366d (diff)
downloadmeson-3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.zip
meson-3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.tar.gz
meson-3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.tar.bz2
Add thinlto support. Closes #7493.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/41 options/meson.build2
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 2eccef7..4b38c6f 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