Remove some useless #[allow()]
s in tests
This commit is contained in:
parent
ff5f784140
commit
6f3c25a631
@ -2,9 +2,7 @@
|
||||
// error-pattern:so long
|
||||
// ignore-emscripten no processes
|
||||
|
||||
#![allow(unused_allocation)]
|
||||
#![allow(unreachable_code)]
|
||||
#![allow(unused_variables)]
|
||||
|
||||
fn main() {
|
||||
let mut x = Vec::new();
|
||||
|
@ -4,7 +4,7 @@
|
||||
// run-pass
|
||||
// needs-unwind Asserting on contents of error message
|
||||
|
||||
#![allow(path_statements, unused_allocation)]
|
||||
#![allow(path_statements)]
|
||||
#![feature(box_syntax, core_intrinsics, generic_assert, generic_assert_internals)]
|
||||
|
||||
macro_rules! test {
|
||||
|
Loading…
Reference in New Issue
Block a user