summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIchoran <ichoran@gmail.com>2014-06-26 18:17:15 -0700
committerIchoran <ichoran@gmail.com>2014-06-26 18:17:15 -0700
commit400f28de89c27618176c6d4c55df6d50b3dcbefa (patch)
tree6c63def8467907f624b7ea71df9777a95fb3f00c /test
parent0a67b3c75c10b1d5e6388b10797d4aa893655e5d (diff)
parent4826d71f9f0a55c3e88847a2ae495db0f785e104 (diff)
downloadscala-400f28de89c27618176c6d4c55df6d50b3dcbefa.tar.gz
scala-400f28de89c27618176c6d4c55df6d50b3dcbefa.tar.bz2
scala-400f28de89c27618176c6d4c55df6d50b3dcbefa.zip
Merge pull request #3758 from gourlaysama/wip/t7372
SI-7372 fix wrong insertion point for binary & linear search.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/search.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/search.check b/test/files/run/search.check
index a885696509..e0c55043e3 100644
--- a/test/files/run/search.check
+++ b/test/files/run/search.check
@@ -1,6 +1,6 @@
Found(2)
Found(4)
-InsertionPoint(9)
+InsertionPoint(10)
Found(2)
Found(4)
-InsertionPoint(9)
+InsertionPoint(10)