summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJan HrĨek <honza.hrk@gmail.com>2020-06-24 15:55:39 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-28 09:20:22 -0400
commit68530b1cd45629e5a353a37df80195ac54d26ade (patch)
treea6aa929d32d9c1caff4ca57c5ffde238d7c9717a /testsuite
parent42f797b0ad034a92389e7081aa50ef4ab3434d01 (diff)
downloadhaskell-68530b1cd45629e5a353a37df80195ac54d26ade.tar.gz
Fix duplicated words and typos in comments and user guide
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T3484.hs2
-rw-r--r--testsuite/tests/rename/should_fail/rnfail019.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T3484.hs b/testsuite/tests/indexed-types/should_compile/T3484.hs
index 1d53b320d2..267ad8759d 100644
--- a/testsuite/tests/indexed-types/should_compile/T3484.hs
+++ b/testsuite/tests/indexed-types/should_compile/T3484.hs
@@ -40,4 +40,4 @@ natEqDec m n = caseNat undefined mIsS m where
-- strange things:
-- (1) commenting out the "Yes" case or changing it to "undefined" makes compilation succeed
--- (2) replacing the "No" line with with the commented out "No" line makes compilation succeed
+-- (2) replacing the "No" line with the commented out "No" line makes compilation succeed
diff --git a/testsuite/tests/rename/should_fail/rnfail019.hs b/testsuite/tests/rename/should_fail/rnfail019.hs
index ec97efe1cf..2e3dbf75e7 100644
--- a/testsuite/tests/rename/should_fail/rnfail019.hs
+++ b/testsuite/tests/rename/should_fail/rnfail019.hs
@@ -1,6 +1,6 @@
module ShouldFail where
--- !!! Section with with a bad precedence
+-- !!! Section with a bad precedence
f x y = (x:y:)