diff options
| author | Ralf Jung <post@ralfj.de> | 2019-03-10 17:52:45 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-03-10 18:20:23 +0100 |
| commit | 52d9fa827d3cf5ef5fc0e2042ca1fc7f6dc391ed (patch) | |
| tree | 18f9c63ebb20ca7a05964ca88855a1369b9e4e0d /src/liballoc/tests/binary_heap.rs | |
| parent | 4888b1fb99f1bf6a58bebaededdfbf4477383634 (diff) | |
| download | rust-52d9fa827d3cf5ef5fc0e2042ca1fc7f6dc391ed.tar.gz rust-52d9fa827d3cf5ef5fc0e2042ca1fc7f6dc391ed.zip | |
enabled too many tests
Diffstat (limited to 'src/liballoc/tests/binary_heap.rs')
| -rw-r--r-- | src/liballoc/tests/binary_heap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/tests/binary_heap.rs b/src/liballoc/tests/binary_heap.rs index a97a790f5a2..0930f8dacd4 100644 --- a/src/liballoc/tests/binary_heap.rs +++ b/src/liballoc/tests/binary_heap.rs @@ -282,7 +282,7 @@ fn assert_covariance() { // // Destructors must be called exactly once per element. #[test] -#[cfg(not(miri))] // Miri does not support entropy +#[cfg(not(miri))] // Miri does not support panics nor entropy fn panic_safe() { static DROP_COUNTER: AtomicUsize = AtomicUsize::new(0); |
