summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-02-02 17:21:27 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-08 15:02:31 -0500
commitba73a807edbb444c49e0cf21ab2ce89226a77f2e (patch)
treed26d06d494eb37deddd66e752f7c640f66a94f12 /testsuite/tests
parentf6f12a36346e19de7eed330537350d0b7420764a (diff)
downloadhaskell-ba73a807edbb444c49e0cf21ab2ce89226a77f2e.tar.gz
nonmoving: Non-concurrent collection
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/ffi/should_run/ffi023_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ffi/should_run/ffi023_c.c b/testsuite/tests/ffi/should_run/ffi023_c.c
index 979c378b7d..8928e99f9a 100644
--- a/testsuite/tests/ffi/should_run/ffi023_c.c
+++ b/testsuite/tests/ffi/should_run/ffi023_c.c
@@ -4,7 +4,7 @@
HsInt out (HsInt x)
{
- performMajorGC();
+ performBlockingMajorGC();
rts_clearMemory();
return incall(x);
}