diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-09 14:07:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-09 14:07:35 +0200 |
| commit | 4e3c209b67c1afe800564fa5ac884e06fde8f378 (patch) | |
| tree | 2aab1d8b8b2547c0f5c3dcda50d016fcf59c204d /src/libcore/tests | |
| parent | 14ec32e20a1e6cf075898c0baa02d9cf7fa60975 (diff) | |
| parent | 78caca00d7112c0216c52e86833e93a63085dcd1 (diff) | |
| download | rust-4e3c209b67c1afe800564fa5ac884e06fde8f378.tar.gz rust-4e3c209b67c1afe800564fa5ac884e06fde8f378.zip | |
Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril
reduce some test sizes in Miri
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/slice.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/slice.rs b/src/libcore/tests/slice.rs index 64366aa7401..4790152512a 100644 --- a/src/libcore/tests/slice.rs +++ b/src/libcore/tests/slice.rs @@ -1153,7 +1153,7 @@ fn test_rotate_right() { } #[test] -#[cfg(not(miri))] +#[cfg(not(miri))] // Miri is too slow fn brute_force_rotate_test_0() { // In case of edge cases involving multiple algorithms let n = 300; |
