aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/chunk_dss.h
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2013-12-08 20:52:21 -0800
committerJason Evans <jasone@canonware.com>2013-12-08 20:52:21 -0800
commit2a83ed0284e92c7ba4bd4efe9df149ac724b2f26 (patch)
tree915b5dbaa91c4a8dd3fdffedb98ce8abb48535b6 /include/jemalloc/internal/chunk_dss.h
parent9f35a71a81adcfd6c0ea6461ecd2b84ac384e34f (diff)
downloadjemalloc-2a83ed0284e92c7ba4bd4efe9df149ac724b2f26.tar.gz
Refactor tests.
Refactor tests to use explicit testing assertions, rather than diff'ing test output. This makes the test code a bit shorter, more explicitly encodes testing intent, and makes test failure diagnosis more straightforward.
Diffstat (limited to 'include/jemalloc/internal/chunk_dss.h')
-rw-r--r--include/jemalloc/internal/chunk_dss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/chunk_dss.h b/include/jemalloc/internal/chunk_dss.h
index 6585f07..4535ce0 100644
--- a/include/jemalloc/internal/chunk_dss.h
+++ b/include/jemalloc/internal/chunk_dss.h
@@ -7,7 +7,7 @@ typedef enum {
dss_prec_secondary = 2,
dss_prec_limit = 3
-} dss_prec_t ;
+} dss_prec_t;
#define DSS_PREC_DEFAULT dss_prec_secondary
#define DSS_DEFAULT "secondary"