summaryrefslogtreecommitdiff
path: root/tests/headers/macro_const.h
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-10-18 20:48:36 -0400
committerGitHub <noreply@github.com>2018-10-18 20:48:36 -0400
commitd7a74baf5c822e0312aca539c3836e5d87c6091b (patch)
treeb0d11b65386e278463f904794891596fb90149f7 /tests/headers/macro_const.h
parentbadb49277dddf1ea5d407075f9deea48897b52df (diff)
parent120dd7848191876dfaad4e19ab4640a18ed3f775 (diff)
Auto merge of #1425 - emilio:cexpr-up, r=emiliov0.42.3
Update cexpr. Fixes #1424.
Diffstat (limited to 'tests/headers/macro_const.h')
-rw-r--r--tests/headers/macro_const.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/macro_const.h b/tests/headers/macro_const.h
index c28a3f6b..7c5aa438 100644
--- a/tests/headers/macro_const.h
+++ b/tests/headers/macro_const.h
@@ -3,5 +3,6 @@
#define CHARR '\0'
#define FLOAT 5.09f
#define FLOAT_EXPR (5 / 1000.0f)
+#define LONG 3L
#define INVALID_UTF8 "\xf0\x28\x8c\x28"