[commit: testsuite] ghc-7.6: Tweak a comment to help vim's syntax highlighting (27c5f75)
Ian Lynagh
igloo at earth.li
Sat Jan 26 00:36:52 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/27c5f7548adf43e0a227590d56f041faf77c6d00
>---------------------------------------------------------------
commit 27c5f7548adf43e0a227590d56f041faf77c6d00
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Jan 25 20:35:16 2013 +0000
Tweak a comment to help vim's syntax highlighting
>---------------------------------------------------------------
tests/ghci/scripts/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T
index 12bc870..d98e5fe 100755
--- a/tests/ghci/scripts/all.T
+++ b/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'])
More information about the ghc-commits
mailing list