aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing test/6 xpass/meson.build
blob: 7649dde44d1f331be15c5f27c91ebc7c010e0ea8 (plain)
1
2
3
4
project('unexpected pass', 'c')

test('should_fail_but_does_not', executable('xpass', 'xpass.c'),
     should_fail: true)