diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2017-01-06 17:15:35 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2017-01-06 17:17:19 +0000 |
commit | 54227a45352903e951b81153f798162264f02ad9 (patch) | |
tree | 08b4ce7390279339c7efdd931f31d59fbc0534d8 | |
parent | e5d1ed9c8910839e109da59820ca793642961284 (diff) | |
download | haskell-54227a45352903e951b81153f798162264f02ad9.tar.gz |
Actually add the right file for T13035 stderr
-rw-r--r-- | testsuite/tests/perf/compiler/T13035.stderr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/T13035.stderr b/testsuite/tests/perf/compiler/T13035.stderr index ae02c1f7a8..52836d7e3c 100644 --- a/testsuite/tests/perf/compiler/T13035.stderr +++ b/testsuite/tests/perf/compiler/T13035.stderr @@ -1 +1,4 @@ -compilation IS NOT required + +T13035.hs:141:28: warning: [-Wpartial-type-signatures (in -Wdefault)] + • Found type wildcard ‘_’ standing for ‘'['Author]’ + • In the type signature: g :: MyRec RecipeFormatter _ |