summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/regularpatmat.check1
-rw-r--r--test/files/run/regularpatmat.scala2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/regularpatmat.check b/test/files/run/regularpatmat.check
index a09b0ea562..4e277b8fa6 100644
--- a/test/files/run/regularpatmat.check
+++ b/test/files/run/regularpatmat.check
@@ -119,4 +119,3 @@ passed ok
passed ok
passed ok
passed ok
-
diff --git a/test/files/run/regularpatmat.scala b/test/files/run/regularpatmat.scala
index 6e4c30a5c8..2f97f8a398 100644
--- a/test/files/run/regularpatmat.scala
+++ b/test/files/run/regularpatmat.scala
@@ -676,7 +676,7 @@ object testMZ {
assertEquals(mat195( Two() ),"default");
assertEquals(mat196( List(1) ),"default");
assertEquals(mat196( List() ),"case, b = List()");
- assertEquals(mat398( List() ),"two");
+ assertEquals(mat398( List(2) ),"two");
()
}