fix test error message

This commit is contained in:
Nicolas Schneider 2016-03-03 22:41:20 +01:00
parent 749aeefe0c
commit ed1732d9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('subproject', 'c')
if get_option('opt')
error('option unset when it should be set.')
error('option set when it should be unset.')
endif