diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-02 18:30:07 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-02 18:30:07 +0200 |
commit | e0b3ff0f21f046c14f753182d3ec5c64dd9ecab4 (patch) | |
tree | b07cda9ab68f863efa76611cfe121910b2510e8b | |
parent | 5d7a873a6bae4e2be70252dbc585d766e129e9f9 (diff) | |
download | haskell-e0b3ff0f21f046c14f753182d3ec5c64dd9ecab4.tar.gz |
Testsuite: update expected output
-rw-r--r-- | testsuite/tests/ghci/scripts/T9293.stdout | 4 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci024.stdout | 1 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci057.stdout | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T9293.stdout b/testsuite/tests/ghci/scripts/T9293.stdout index 67fc63058e..1dc12f1eb0 100644 --- a/testsuite/tests/ghci/scripts/T9293.stdout +++ b/testsuite/tests/ghci/scripts/T9293.stdout @@ -8,6 +8,7 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should fail, GADTs is not enabled options currently set: none. base language is: Haskell2010 @@ -22,6 +23,7 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should work, GADTs is in force from :set options currently set: none. base language is: Haskell2010 @@ -35,6 +37,7 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should fail, GADTs is now disabled base language is: Haskell2010 with the following modifiers: @@ -50,5 +53,6 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should fail, GADTs is only enabled at the prompt C :: T Int diff --git a/testsuite/tests/ghci/scripts/ghci024.stdout b/testsuite/tests/ghci/scripts/ghci024.stdout index 1624322d14..084f1ff685 100644 --- a/testsuite/tests/ghci/scripts/ghci024.stdout +++ b/testsuite/tests/ghci/scripts/ghci024.stdout @@ -9,6 +9,7 @@ other dynamic, non-language, flag settings: -fforce-recomp -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations -fno-warn-tabs ~~~~~~~~~~ Testing :set -a options currently set: none. diff --git a/testsuite/tests/ghci/scripts/ghci057.stdout b/testsuite/tests/ghci/scripts/ghci057.stdout index 67fc63058e..1dc12f1eb0 100644 --- a/testsuite/tests/ghci/scripts/ghci057.stdout +++ b/testsuite/tests/ghci/scripts/ghci057.stdout @@ -8,6 +8,7 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should fail, GADTs is not enabled options currently set: none. base language is: Haskell2010 @@ -22,6 +23,7 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should work, GADTs is in force from :set options currently set: none. base language is: Haskell2010 @@ -35,6 +37,7 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should fail, GADTs is now disabled base language is: Haskell2010 with the following modifiers: @@ -50,5 +53,6 @@ other dynamic, non-language, flag settings: -fno-ghci-history -fimplicit-import-qualified warning settings: + -fno-warn-missed-specialisations Should fail, GADTs is only enabled at the prompt C :: T Int |