From fe5ab8f50175a4e03009431c40e0860b8a60bafb Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 1 Aug 2001 11:49:27 +0000 Subject: [PATCH] [project @ 2001-08-01 11:49:27 by simonmar] use :set rather than :s --- ghc/tests/ghci/ghci006.script | 2 +- ghc/tests/ghci/ghci006.stdout | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4