diff options
Diffstat (limited to 'tests/codegen/binary-search-index-no-bound-check.rs')
| -rw-r--r-- | tests/codegen/binary-search-index-no-bound-check.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/binary-search-index-no-bound-check.rs b/tests/codegen/binary-search-index-no-bound-check.rs index d2627d67142..96f6bb54b3f 100644 --- a/tests/codegen/binary-search-index-no-bound-check.rs +++ b/tests/codegen/binary-search-index-no-bound-check.rs @@ -1,5 +1,4 @@ //@ compile-flags: -O -//@ ignore-debug: the debug assertions get in the way #![crate_type = "lib"] // Make sure no bounds checks are emitted when slicing or indexing |
