summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci044.stderr
diff options
context:
space:
mode:
authorDavid Terei <code@davidterei.com>2015-05-12 14:15:20 -0700
committerDavid Terei <code@davidterei.com>2015-05-12 14:15:20 -0700
commit44328639fb9044049be27fdb02a79f0e381c592c (patch)
tree982448704052f280488a184c7b5e8b515a05ade1 /testsuite/tests/ghci/scripts/ghci044.stderr
parent1b4769200797655e527089a644b77536375c4536 (diff)
downloadhaskell-44328639fb9044049be27fdb02a79f0e381c592c.tar.gz
Update some tests for recent Safe Haskell change.
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci044.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci044.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci044.stderr b/testsuite/tests/ghci/scripts/ghci044.stderr
index 625696a8ba..b49978dd39 100644
--- a/testsuite/tests/ghci/scripts/ghci044.stderr
+++ b/testsuite/tests/ghci/scripts/ghci044.stderr
@@ -1,8 +1,8 @@
-<interactive>:10:1:
+<interactive>:10:1: error:
Overlapping instances for C [Int] arising from a use of β€˜f’
Matching instances:
- instance C [Int] -- Defined at <interactive>:7:10
- instance C a => C [a] -- Defined at <interactive>:9:10
+ instance [safe] C [Int] -- Defined at <interactive>:7:10
+ instance [safe] C a => C [a] -- Defined at <interactive>:9:10
In the expression: f [4 :: Int]
In an equation for β€˜it’: it = f [4 :: Int]