summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index a01b2989..6437bb7a 100644
--- a/src/common.h
+++ b/src/common.h
@@ -235,6 +235,12 @@ enum class SegmentKind {
Declared,
};
+// Used in test asserts for special expected values "nan:canonical" and "nan:arithmetic"
+enum class ExpectedNan {
+ Canonical,
+ Arithmetic,
+};
+
// Matches binary format, do not change.
enum SegmentFlags : uint8_t {
SegFlagsNone = 0,