diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T9293.stdout-mingw32')
-rw-r--r-- | testsuite/tests/ghci/scripts/T9293.stdout-mingw32 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T9293.stdout-mingw32 b/testsuite/tests/ghci/scripts/T9293.stdout-mingw32 new file mode 100644 index 0000000000..c5be11aa58 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T9293.stdout-mingw32 @@ -0,0 +1,70 @@ +options currently set: none. +base language is: Haskell2010 +with the following modifiers: + -XNoDatatypeContexts + -XNondecreasingIndentation +GHCi-specific dynamic flag settings: +other dynamic, non-language, flag settings: + -fno-diagnostics-show-caret + -fignore-optim-changes + -fignore-hpc-changes + -fno-ghci-history + -fimplicit-import-qualified + -fshow-warning-groups +warning settings: +Should fail, GADTs is not enabled +options currently set: none. +base language is: Haskell2010 +with the following modifiers: + -XNoDatatypeContexts + -XGADTSyntax + -XGADTs + -XMonoLocalBinds + -XNondecreasingIndentation +GHCi-specific dynamic flag settings: +other dynamic, non-language, flag settings: + -fno-diagnostics-show-caret + -fignore-optim-changes + -fignore-hpc-changes + -fno-ghci-history + -fimplicit-import-qualified + -fshow-warning-groups +warning settings: +Should work, GADTs is in force from :set +options currently set: none. +base language is: Haskell2010 +with the following modifiers: + -XNoDatatypeContexts + -XGADTSyntax + -XMonoLocalBinds + -XNondecreasingIndentation +GHCi-specific dynamic flag settings: +other dynamic, non-language, flag settings: + -fno-diagnostics-show-caret + -fignore-optim-changes + -fignore-hpc-changes + -fno-ghci-history + -fimplicit-import-qualified + -fshow-warning-groups +warning settings: +Should fail, GADTs is now disabled +base language is: Haskell2010 +with the following modifiers: + -XNoDatatypeContexts + -XExtendedDefaultRules + -XGADTSyntax + -XGADTs + -XMonoLocalBinds + -XNoMonomorphismRestriction + -XNondecreasingIndentation +GHCi-specific dynamic flag settings: +other dynamic, non-language, flag settings: + -fno-diagnostics-show-caret + -fignore-optim-changes + -fignore-hpc-changes + -fno-ghci-history + -fimplicit-import-qualified + -fshow-warning-groups +warning settings: +Should fail, GADTs is only enabled at the prompt +C :: T Int |