summaryrefslogtreecommitdiff
path: root/test/files/run/search.check
diff options
context:
space:
mode:
authorAlexander Clare <alexander.clare@gmail.com>2012-07-16 13:35:43 -0500
committerAlexander Clare <alexander.clare@gmail.com>2012-07-16 14:36:19 -0500
commit41869c39ba68ef574595533777d2a99fcabdbdc3 (patch)
tree862185c349c54dc1e96e8cfb59b96ac52ac3515b /test/files/run/search.check
parentab0e09bb44567a19690529c03cb388295ce5d338 (diff)
downloadscala-41869c39ba68ef574595533777d2a99fcabdbdc3.tar.gz
scala-41869c39ba68ef574595533777d2a99fcabdbdc3.tar.bz2
scala-41869c39ba68ef574595533777d2a99fcabdbdc3.zip
Changes suggested by @retronym and @jsuereth
Change return type to case classes, branch between functions depending on IndexedSeq instead of IndexedSeqLike, and alter tests accordingly. Clean up doc comments and reflect changes in them.
Diffstat (limited to 'test/files/run/search.check')
-rw-r--r--test/files/run/search.check12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/files/run/search.check b/test/files/run/search.check
index 3dc3c9d369..a885696509 100644
--- a/test/files/run/search.check
+++ b/test/files/run/search.check
@@ -1,6 +1,6 @@
-Right(2)
-Right(4)
-Left(9)
-Right(2)
-Right(4)
-Left(9)
+Found(2)
+Found(4)
+InsertionPoint(9)
+Found(2)
+Found(4)
+InsertionPoint(9)