diff options
author | simonmar <unknown> | 2001-08-01 11:49:27 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-08-01 11:49:27 +0000 |
commit | fe5ab8f50175a4e03009431c40e0860b8a60bafb (patch) | |
tree | 74f48c757cd0e2b0c152c69bdd4de79765d27d56 /ghc/tests/ghci/ghci006.script | |
parent | 17678875f3f3e3a328e110dbf7a8bb93a44110e7 (diff) | |
download | haskell-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.script | 2 |
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") |