aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t6420.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t6420.check')
-rw-r--r--tests/patmat/t6420.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/patmat/t6420.check b/tests/patmat/t6420.check
index 73acf1454..c15701594 100644
--- a/tests/patmat/t6420.check
+++ b/tests/patmat/t6420.check
@@ -1 +1 @@
-5: Pattern Match Exhaustivity: (Nil, _), (List(_, _), _), (Nil, Nil), (Nil, List(_, _)), (List(_, _), Nil), (List(_, _), List(_, _)), (_, Nil), (_, List(_, _))
+5: Pattern Match Exhaustivity: (Nil, _), (List(true, _), _), (List(false, _), _), (_, Nil), (_, List(true, _)), (_, List(false, _))