summaryrefslogtreecommitdiff
path: root/test/files/run/iterator-from.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/iterator-from.scala')
-rw-r--r--test/files/run/iterator-from.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/run/iterator-from.scala b/test/files/run/iterator-from.scala
index 8dc6ae4e51..c8efa01b77 100644
--- a/test/files/run/iterator-from.scala
+++ b/test/files/run/iterator-from.scala
@@ -1,4 +1,6 @@
-// This file tests iteratorFrom, keysIteratorFrom, and valueIteratorFrom on various sorted sets and maps
+/* This file tests iteratorFrom, keysIteratorFrom, and valueIteratorFrom on various sorted sets and maps
+ * filter: inliner warning(s); re-run with -Yinline-warnings for details
+ */
import scala.util.{Random => R}
import scala.collection._