summaryrefslogtreecommitdiff
path: root/test/files/pos/t2081.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2081.scala')
-rw-r--r--test/files/pos/t2081.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2081.scala b/test/files/pos/t2081.scala
index f4f21600c6..395134f71c 100644
--- a/test/files/pos/t2081.scala
+++ b/test/files/pos/t2081.scala
@@ -7,5 +7,5 @@ object ScalaForRubyists {
val x = 10.days
// a couple parser corner cases I wanted not to break
- val y = 5.0e0 + 5e7
+ val y = 5.0e0 + 5e7
}