summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12837.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T12837.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T12837.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T12837.stderr b/testsuite/tests/typecheck/should_fail/T12837.stderr
index 893575f08c..bf2e89b72a 100644
--- a/testsuite/tests/typecheck/should_fail/T12837.stderr
+++ b/testsuite/tests/typecheck/should_fail/T12837.stderr
@@ -1,12 +1,12 @@
-T12837.hs:10:1: error:
+T12837.hs:10:10: error:
• Class ‘Typeable’ does not support user-specified instances
• In the instance declaration for ‘Typeable K’
-
-T12837.hs:11:1: error:
+
+T12837.hs:11:10: error:
• Class ‘KnownNat’ does not support user-specified instances
• In the instance declaration for ‘KnownNat n’
-T12837.hs:12:1: error:
+T12837.hs:12:10: error:
• Class ‘KnownSymbol’ does not support user-specified instances
• In the instance declaration for ‘KnownSymbol n’