about summary refs log tree commit diff
path: root/tests/codegen/binary-search-index-no-bound-check.rs
AgeCommit message (Collapse)AuthorLines
2023-05-12Stop checking for the absense of something that doesn't existScott McMurray-1/+3
A couple of codegen tests are doing ``` // CHECK-NOT: slice_index_len_fail ``` However, that function no longer exists: [the only places](https://github.com/search?q=repo%3Arust-lang%2Frust+slice_index_len_fail&type=code) it occurs in the repo are in those tests. So this PR updates the tests to check for the absense of the functions that are actually used today to panic for out-of-bounds indexing.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+38