summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2023-03-09 15:29:30 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-25 03:46:44 -0400
commitd9ae24ad3de71e14364665ff1741aa3551e7c526 (patch)
treeeb63c6f7a7471e7173f4bc2022744af54a99b827 /testsuite/.gitignore
parentb2d14d0b8ebb517139c08934a52791f21fe893f6 (diff)
downloadhaskell-d9ae24ad3de71e14364665ff1741aa3551e7c526.tar.gz
testsuite: add the rts_clearMemory test case
This patch adds a standalone test case for rts_clearMemory that mimics how it's typically used by wasm backend users and ensures this RTS API isn't broken by future RTS refactorings. Fixes #23901.
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r--testsuite/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 76980608c2..2c699cf046 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -732,6 +732,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk
/tests/ffi/should_run/ffi021
/tests/ffi/should_run/ffi022
/tests/ffi/should_run/ffi023
+/tests/ffi/should_run/rts_clearMemory
/tests/ffi/should_run/ffi_parsing_001
/tests/ffi/should_run/fptr01
/tests/ffi/should_run/fptr02