spelling: arithmetic

pull/2690/head
Josh Soref 7 years ago
parent 8a66cfb2af
commit 1d708d14f7
  1. 2
      test cases/common/71 arithmetic bidmas/meson.build

@ -1,7 +1,7 @@
project('arithmetic bidmas', 'c')
if 5 * 3 - 6 / 2 + 1 != 13
error('Arithemtic bidmas broken')
error('Arithmetic bidmas broken')
endif
if 5 * (3 - 6 / 2) + 1 != 1
error('Arithmetic bidmas with brackets broken')

Loading…
Cancel
Save