diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2021-09-22 12:38:40 +0530 |
---|---|---|
committer | Zubin Duggal <zubin.duggal@gmail.com> | 2021-09-24 14:54:42 +0530 |
commit | 67683142f1e0d9f95bc1be0306b676b5d2e4e97f (patch) | |
tree | c65802e5005b901af25e660ea50cff970f01e1da /testsuite/tests/dependent | |
parent | e5008c70a950a4a2963d9176d30ec858acb9125f (diff) | |
download | haskell-67683142f1e0d9f95bc1be0306b676b5d2e4e97f.tar.gz |
Fix two testswip/9.0.2-backports
Diffstat (limited to 'testsuite/tests/dependent')
-rw-r--r-- | testsuite/tests/dependent/should_compile/dynamic-paper.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/dependent/should_compile/dynamic-paper.stderr b/testsuite/tests/dependent/should_compile/dynamic-paper.stderr index b05335047f..aa9ba856b8 100644 --- a/testsuite/tests/dependent/should_compile/dynamic-paper.stderr +++ b/testsuite/tests/dependent/should_compile/dynamic-paper.stderr @@ -1,5 +1,5 @@ Simplifier ticks exhausted - When trying UnfoldingDone delta1 + When trying UnfoldingDone delta To increase the limit, use -fsimpl-tick-factor=N (default 100). If you need to increase the limit substantially, please file a @@ -12,4 +12,4 @@ Simplifier ticks exhausted simplifier non-termination has been judged acceptable. To see detailed counts use -ddump-simpl-stats - Total ticks: 140801 + Total ticks: 140800 |