summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T7294.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/gadt/T7294.stderr')
-rw-r--r--testsuite/tests/gadt/T7294.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/T7294.stderr b/testsuite/tests/gadt/T7294.stderr
index f5ad94601b..b5e4e56f35 100644
--- a/testsuite/tests/gadt/T7294.stderr
+++ b/testsuite/tests/gadt/T7294.stderr
@@ -1,6 +1,6 @@
T7294.hs:25:5: Warning:
- Couldn't match type ‘'False’ with ‘'True’
+ Couldn't match type ‘'True’ with ‘'False’
Inaccessible code in
a pattern with constructor
Nil :: forall a. Vec a 'Zero,