fix test error message
This commit is contained in:
parent
749aeefe0c
commit
ed1732d9c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue