Skip to content
Snippets Groups Projects
Commit 981601bb authored by Karl Wette's avatar Karl Wette
Browse files

lal/test/tools/ValueTest.c: do not assume that CHAR is signed

parent 2f58861f
No related branches found
No related tags found
1 merge request!2153lal/test/tools/ValueTest.c: do not assume that CHAR is signed
......@@ -13,7 +13,7 @@
#define UNUSED
#endif
#define CHAR_VALUE LAL_INT8_C(-111)
#define CHAR_VALUE LAL_INT8_C(+111)
#define INT2_VALUE LAL_INT8_C(-11111)
#define INT4_VALUE LAL_INT8_C(-1111111111)
#define INT8_VALUE LAL_INT8_C(-111111111111111111)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment