summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stddef.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stddef.c b/stddef.c
index e031867..73f0dfd 100644
--- a/stddef.c
+++ b/stddef.c
@@ -16,9 +16,7 @@ void test_stddef_h(void)
test_true(NULL == 0);
- /*
- test_int_eq(offsetof(struct s, b), 1);
- */
+ test_int_equals(offsetof(struct s, b), 1);
testing_end();
}