summaryrefslogtreecommitdiff
path: root/test/files/run/t3984.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3984.scala')
-rw-r--r--test/files/run/t3984.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3984.scala b/test/files/run/t3984.scala
index 0747b0ee25..9a2e00a2a8 100644
--- a/test/files/run/t3984.scala
+++ b/test/files/run/t3984.scala
@@ -36,7 +36,7 @@ object MapBug {
im = im + ((ih,ih))
mm = mm + ((ih,ih))
}
- assert(im == mm)
+ assert(im == mm)
val x = IH(6,4)
im = im - x
mm = mm - x