diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/result001.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/result001.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/result001.script b/testsuite/tests/ghci.debugger/scripts/result001.script index c5714fe781..555858fbd8 100644 --- a/testsuite/tests/ghci.debugger/scripts/result001.script +++ b/testsuite/tests/ghci.debugger/scripts/result001.script @@ -2,4 +2,4 @@ :l result001 :b 1 20 f "abc" --- _result :: Bool is wrong, should be [a] +-- _result :: [a]. -- [Char] would be better |