fix test error message

pull/432/head
Nicolas Schneider 9 years ago
parent 749aeefe0c
commit ed1732d9c4
  1. 2
      test cases/common/50 subproject options/subprojects/subproject/meson.build

@ -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…
Cancel
Save