diff options
| author | kennytm <kennytm@gmail.com> | 2018-07-28 16:25:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-28 16:25:04 +0800 |
| commit | 2c088cb03ed3da331e9c4535027be74feb5fb581 (patch) | |
| tree | 136f5cae21e63601b6834e7de27e13da7a7fbc33 /src/liballoc/tests/lib.rs | |
| parent | c9347f7f4980552c4c7611d4d400219dd24411f5 (diff) | |
| parent | b326e71b7967f5c67d7bd3d07b690bc1c17d055c (diff) | |
| download | rust-2c088cb03ed3da331e9c4535027be74feb5fb581.tar.gz rust-2c088cb03ed3da331e9c4535027be74feb5fb581.zip | |
Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton
Incorporate a stray test `liballoc/repeat-generic-slice.rs` doesn't seem to be tested (I think it was intended to be placed in `run-pass`). This PR incorporates the test into `liballoc/tests`.
Diffstat (limited to 'src/liballoc/tests/lib.rs')
| -rw-r--r-- | src/liballoc/tests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 91bc778ad4c..618aff963f2 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -24,6 +24,7 @@ #![feature(try_reserve)] #![feature(unboxed_closures)] #![feature(exact_chunks)] +#![feature(repeat_generic_slice)] extern crate alloc_system; extern crate core; |
