diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-12-19 09:11:42 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-04 15:55:06 -0500 |
commit | 3c9dc06ba2034e867c9169e60e854539875654fd (patch) | |
tree | f06e599ca380ee9ad599918b2ae4c78cd4afce2b /testsuite/tests/warnings | |
parent | b2e0323f318959c879629ef277f6433b44473c4b (diff) | |
download | haskell-3c9dc06ba2034e867c9169e60e854539875654fd.tar.gz |
Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'testsuite/tests/warnings')
-rw-r--r-- | testsuite/tests/warnings/should_compile/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/warnings/should_compile/sel_werror.hs | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/tests/warnings/should_compile/all.T b/testsuite/tests/warnings/should_compile/all.T index 914f4514d3..03c4fcb7b8 100644 --- a/testsuite/tests/warnings/should_compile/all.T +++ b/testsuite/tests/warnings/should_compile/all.T @@ -2,7 +2,7 @@ test('T2526', normal, compile, ['-fwarn-missing-signatures -fwarn-missing-exported-signatures']) test('T9178', [], multimod_compile, ['T9178', '-Wall']) -# T9230.hs contains a tab charater. Test that -Wtabs is enabled by default. +# T9230.hs contains a tab character. Test that -Wtabs is enabled by default. test('T9230', normal, compile, ['']) test('T10908', normal, compile, ['']) diff --git a/testsuite/tests/warnings/should_compile/sel_werror.hs b/testsuite/tests/warnings/should_compile/sel_werror.hs deleted file mode 100644 index 65702539ad..0000000000 --- a/testsuite/tests/warnings/should_compile/sel_werror.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS_GHC -Wwarn-missing-signatues -Werror=incomplete-patterns #-} - -foo () = () |