diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-07 22:05:51 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-07 18:06:29 -0400 |
commit | 1508600cb2dd6b57d27742411489b8c46b78b53f (patch) | |
tree | b41f0331dc166eb93401eda32cbd18d9399e018e | |
parent | c16382d57ed9bf51089a14f079404ff8b4ce6eb2 (diff) | |
download | haskell-1508600cb2dd6b57d27742411489b8c46b78b53f.tar.gz |
testsuite: Fix dynamic-paper stderr file
The stderr file was empty, yet GHC fails with an error.
-rw-r--r-- | testsuite/tests/dependent/should_compile/dynamic-paper.stderr | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_compile/dynamic-paper.stderr b/testsuite/tests/dependent/should_compile/dynamic-paper.stderr index 0519ecba6e..3ba4db2219 100644 --- a/testsuite/tests/dependent/should_compile/dynamic-paper.stderr +++ b/testsuite/tests/dependent/should_compile/dynamic-paper.stderr @@ -1 +1,15 @@ -
\ No newline at end of file +Simplifier ticks exhausted + When trying UnfoldingDone delta1 + To increase the limit, use -fsimpl-tick-factor=N (default 100). + + If you need to increase the limit substantially, please file a + bug report and indicate the factor you needed. + + If GHC was unable to complete compilation even with a very large factor + (a thousand or more), please consult the "Known bugs or infelicities" + section in the Users Guide before filing a report. There are a + few situations unlikely to occur in practical programs for which + simplifier non-termination has been judged acceptable. + + To see detailed counts use -ddump-simpl-stats + Total ticks: 140004 |