summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/run/regularpatmat.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/regularpatmat.scala b/test/files/run/regularpatmat.scala
index 829b32c838..df0d55707f 100644
--- a/test/files/run/regularpatmat.scala
+++ b/test/files/run/regularpatmat.scala
@@ -97,7 +97,7 @@ object testBM {
=> { x }
- case List( 'a'*, x @ ('a', 'b')* , y @ (('a','b','c') *) )
+ case List( 'a'*, x @ (('a', 'b')*) , y @ (('a','b','c') *) )
=> { y }