Skip to content
Snippets Groups Projects
Commit 1ea414b6 authored by Teo Camarasu's avatar Teo Camarasu Committed by Marge Bot
Browse files

add test case for #21446

parent 374554bb
No related branches found
No related tags found
No related merge requests found
......@@ -39,3 +39,12 @@ T15897:
"$(TEST_HC)" -prof -fprof-auto -debug -v0 T15897.hs
./T15897 10000000 +RTS -s -hc 2>/dev/null
./T15897 10000000 +RTS -s -hr 2>/dev/null
.PHONY: T21446
T21446:
$(RM) T21446
$(RM) stem.hp
"$(TEST_HC)" -prof -rtsopts -v0 T21446.hs
./T21446 +RTS -hc -postem
[ -f stem.hp ]
main = return ()
......@@ -183,3 +183,5 @@ test('TraverseHeapTest', [only_ways(['prof'])], compile_and_run, ['-debug'])
# Check if -fno-prof-manual results in the manual cost center being ignored.
test('ignore_scc', [], compile_and_run,
['-fno-prof-manual'])
test('T21446', [], makefile_test, ['T21446'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment