summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail014.stderr2
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/Mixed01.stderr2
-rw-r--r--testsuite/tests/simplCore/should_compile/T7360.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail014.stderr b/testsuite/tests/deriving/should_fail/drvfail014.stderr
index 93a4c78122..d228e0d660 100644
--- a/testsuite/tests/deriving/should_fail/drvfail014.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail014.stderr
@@ -4,6 +4,6 @@ drvfail014.hs:8:28:
In the data declaration for ‛T1’
drvfail014.hs:12:1:
- Derived typeable instance must be of form (Typeable2 T2)
+ Derived Typeable instance must be of form (Typeable2 T2)
In the stand-alone deriving instance for
‛(Typeable a, Typeable b) => Typeable (T2 a b)’
diff --git a/testsuite/tests/safeHaskell/safeInfered/Mixed01.stderr b/testsuite/tests/safeHaskell/safeInfered/Mixed01.stderr
index 82a78d0bef..1d8bcf1cd4 100644
--- a/testsuite/tests/safeHaskell/safeInfered/Mixed01.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/Mixed01.stderr
@@ -1,4 +1,4 @@
Mixed01.hs:5:1:
safe import can't be used as Safe Haskell isn't on!
- please enable Safe Haskell through eitherSafe, Trustwrothy or Unsafe
+ please enable Safe Haskell through either Safe, Trustworthy or Unsafe
diff --git a/testsuite/tests/simplCore/should_compile/T7360.hs b/testsuite/tests/simplCore/should_compile/T7360.hs
index 99b7a7ac46..9225bd168a 100644
--- a/testsuite/tests/simplCore/should_compile/T7360.hs
+++ b/testsuite/tests/simplCore/should_compile/T7360.hs
@@ -1,5 +1,5 @@
-- Both these functions should successfully simplify
--- using the combine-identical-alterantives optimisation
+-- using the combine-identical-alternatives optimisation
module T7360 where