summaryrefslogtreecommitdiffstats
path: root/test/integration/sdallocx.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/sdallocx.c')
-rw-r--r--test/integration/sdallocx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/sdallocx.c b/test/integration/sdallocx.c
index e7ea1d8..ca01448 100644
--- a/test/integration/sdallocx.c
+++ b/test/integration/sdallocx.c
@@ -49,7 +49,7 @@ TEST_END
int
main(void) {
- return test(
+ return test_no_reentrancy(
test_basic,
test_alignment_and_size);
}