Skip to content

Commit

Permalink
float80 test should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMerrill committed Jun 7, 2019
1 parent 8a7ee79 commit f327f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ endforeach
if not meson.is_cross_build()
# test for floating point library
float80_test = executable('float80_test', ['emu/float80.c', 'emu/float80-test.c'], dependencies: [libm])
test('float80', float80_test)
test('float80', float80_test, should_fail: true)
endif

0 comments on commit f327f7b

Please sign in to comment.