diff options
author | David Terei <code@davidterei.com> | 2015-05-12 14:15:20 -0700 |
---|---|---|
committer | David Terei <code@davidterei.com> | 2015-05-12 14:15:20 -0700 |
commit | 44328639fb9044049be27fdb02a79f0e381c592c (patch) | |
tree | 982448704052f280488a184c7b5e8b515a05ade1 /testsuite/tests/ghci/scripts/T5820.stdout | |
parent | 1b4769200797655e527089a644b77536375c4536 (diff) | |
download | haskell-44328639fb9044049be27fdb02a79f0e381c592c.tar.gz |
Update some tests for recent Safe Haskell change.
Diffstat (limited to 'testsuite/tests/ghci/scripts/T5820.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T5820.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T5820.stdout b/testsuite/tests/ghci/scripts/T5820.stdout index e0a97a06d5..a8dddd3863 100644 --- a/testsuite/tests/ghci/scripts/T5820.stdout +++ b/testsuite/tests/ghci/scripts/T5820.stdout @@ -1,4 +1,4 @@ data Foo = Foo -- Defined at T5820.hs:2:1 -instance Eq Foo -- Defined at T5820.hs:3:10 +instance [safe] Eq Foo -- Defined at T5820.hs:3:10 data Foo = Foo -- Defined at T5820.hs:2:1 -instance Eq Foo -- Defined at T5820.hs:3:10 +instance [safe] Eq Foo -- Defined at T5820.hs:3:10 |