summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_compile/all.T
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-01-17 19:37:29 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-26 12:02:21 -0500
commit6e94ba54c55f947e9ba034d3b387ae94e240f253 (patch)
tree1610ef00b9ed6e5a5150948b0f99b72504b3cf4c /testsuite/tests/profiling/should_compile/all.T
parente471a6803842db93483526f2be58b61ea3c33dc7 (diff)
downloadhaskell-6e94ba54c55f947e9ba034d3b387ae94e240f253.tar.gz
CorePrep: Don't try to wrap partial applications of primops in profiling ticks.
This fixes #20938.
Diffstat (limited to 'testsuite/tests/profiling/should_compile/all.T')
-rw-r--r--testsuite/tests/profiling/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_compile/all.T b/testsuite/tests/profiling/should_compile/all.T
index a19a2fc49a..de565de40b 100644
--- a/testsuite/tests/profiling/should_compile/all.T
+++ b/testsuite/tests/profiling/should_compile/all.T
@@ -10,4 +10,4 @@ test('T14931', [only_ways(['normal']), req_profiling, unless(have_dynamic(), ski
makefile_test, ['T14931'])
test('T15108', [only_ways(['normal']), req_profiling], compile, ['-O -prof -fprof-auto'])
test('T19894', [only_ways(['normal']), req_profiling, extra_files(['T19894'])], multimod_compile, ['Main', '-v0 -O2 -prof -fprof-auto -iT19894'])
-test('T20938', [only_ways(['normal']), req_profiling, expect_broken(20938)], compile, ['-O -prof'])
+test('T20938', [only_ways(['normal']), req_profiling], compile, ['-O -prof'])