Enable testcase for %

This was commented out with a FIXME, but actually works.  Probably
fixed back in 2009 by 02eb6a81d1!
This commit is contained in:
Olly Betts 2022-01-25 12:55:48 +13:00
commit 6f952806e4

View file

@ -65,7 +65,7 @@
#define EXPR_MULTIPLY 0xFF * 2
#define EXPR_DIVIDE 0xFF / 2
//FIXME #define EXPR_MOD 0xFF % 2
#define EXPR_MOD 0xFF % 2
#define EXPR_PLUS 0xFF + 2
#define EXPR_MINUS 0xFF + 2