summaryrefslogtreecommitdiff
path: root/ghc/tests/ghci/ghci006.script
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-08-01 11:49:27 +0000
committersimonmar <unknown>2001-08-01 11:49:27 +0000
commitfe5ab8f50175a4e03009431c40e0860b8a60bafb (patch)
tree74f48c757cd0e2b0c152c69bdd4de79765d27d56 /ghc/tests/ghci/ghci006.script
parent17678875f3f3e3a328e110dbf7a8bb93a44110e7 (diff)
downloadhaskell-fe5ab8f50175a4e03009431c40e0860b8a60bafb.tar.gz
[project @ 2001-08-01 11:49:27 by simonmar]
use :set rather than :s
Diffstat (limited to 'ghc/tests/ghci/ghci006.script')
-rw-r--r--ghc/tests/ghci/ghci006.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/tests/ghci/ghci006.script b/ghc/tests/ghci/ghci006.script
index 5b90605e35..b768567032 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")