From: simonmar Date: Wed, 1 Aug 2001 11:49:27 +0000 (+0000) Subject: [project @ 2001-08-01 11:49:27 by simonmar] X-Git-Tag: Approximately_9120_patches~1383 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fe5ab8f50175a4e03009431c40e0860b8a60bafb;p=ghc-hetmet.git [project @ 2001-08-01 11:49:27 by simonmar] use :set rather than :s --- diff --git a/ghc/tests/ghci/ghci006.script b/ghc/tests/ghci/ghci006.script index 5b90605..b768567 100644 --- a/ghc/tests/ghci/ghci006.script +++ b/ghc/tests/ghci/ghci006.script @@ -1,5 +1,5 @@ :unset +s +t -:s -fglasgow-exts +:set -fglasgow-exts -- test for contexts on existential types crashing the interpreter :l ghci006 showQ (Q "foo") diff --git a/ghc/tests/ghci/ghci006.stdout b/ghc/tests/ghci/ghci006.stdout index a1e722c..acf4462 100644 --- a/ghc/tests/ghci/ghci006.stdout +++ b/ghc/tests/ghci/ghci006.stdout @@ -8,7 +8,7 @@ Loading package std ... linking ... done. *** WARNING: . is writable by someone else, IGNORING! *** WARNING: ./.ghci is writable by someone else, IGNORING! Prelude> :unset +s +t -Prelude> :s -fglasgow-exts +Prelude> :set -fglasgow-exts Prelude> -- test for contexts on existential types crashing the interpreter Prelude> :l ghci006 Ok, modules loaded: Ghci006.