diff options
author | Ian Lynagh <igloo@earth.li> | 2013-01-25 20:35:16 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-26 01:32:12 +0000 |
commit | c2326d44a1c127e70b80fe6312299be21adff00d (patch) | |
tree | b52ac63f0fc8c4ce79900a044e8f614b35ef483a /testsuite/tests | |
parent | 35eb5095c4d44dbf1571f82924a9e100002934d1 (diff) | |
download | haskell-c2326d44a1c127e70b80fe6312299be21adff00d.tar.gz |
Tweak a comment to help vim's syntax highlighting
Diffstat (limited to 'testsuite/tests')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index e44aa6c342..659a275660 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -12,7 +12,7 @@ test('ghci007', combined_output, ghci_script, ['ghci007.script']) test('ghci008', combined_output, ghci_script, ['ghci008.script']) test('ghci009', combined_output, ghci_script, ['ghci009.script']) -# Skip this test: deadlock can't be detected now, because we wait for +# Skip this test: deadlock cannot be detected now, because we wait for # signals to arrive if there are signal handlers installed, and GHCi # has a ^C handler installed. test('ghci010', skip, ghci_script, ['ghci010.script']) |