diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break003.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break006.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print019.stderr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break003.stderr b/testsuite/tests/ghci.debugger/scripts/break003.stderr index 36398dfda1..a6f81eb1b0 100644 --- a/testsuite/tests/ghci.debugger/scripts/break003.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break003.stderr @@ -1,5 +1,5 @@ <interactive>:4:1: error: - • No instance for (Show (t -> a)) arising from a use of ‘print’ + • No instance for ‘Show (t -> a)’ arising from a use of ‘print’ (maybe you haven't applied a function to enough arguments?) • In a stmt of an interactive GHCi command: print it diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr index aff21f46ab..9d002cc286 100644 --- a/testsuite/tests/ghci.debugger/scripts/break006.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr @@ -1,6 +1,6 @@ <interactive>:4:1: error: - • No instance for (Show a) arising from a use of ‘print’ + • No instance for ‘Show a’ arising from a use of ‘print’ Cannot resolve unknown runtime type ‘a’ Use :print or :force to determine these types Relevant bindings include it :: a (bound at <interactive>:4:1) @@ -13,7 +13,7 @@ • In a stmt of an interactive GHCi command: print it <interactive>:6:1: error: - • No instance for (Show a) arising from a use of ‘print’ + • No instance for ‘Show a’ arising from a use of ‘print’ Cannot resolve unknown runtime type ‘a’ Use :print or :force to determine these types Relevant bindings include it :: a (bound at <interactive>:6:1) diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr index 3833768d40..5957386183 100644 --- a/testsuite/tests/ghci.debugger/scripts/print019.stderr +++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr @@ -1,6 +1,6 @@ <interactive>:10:1: error: - • No instance for (Show a1) arising from a use of ‘print’ + • No instance for ‘Show a1’ arising from a use of ‘print’ Cannot resolve unknown runtime type ‘a1’ Use :print or :force to determine these types Relevant bindings include it :: a1 (bound at <interactive>:10:1) |