mirror of https://github.com/rust-lang/rust.git
Move tests
This commit is contained in:
parent
a0111af531
commit
0285611096
|
@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
|
|||
|
||||
const ENTRY_LIMIT: usize = 900;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1953;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1920;
|
||||
const ROOT_ENTRY_LIMIT: usize = 895;
|
||||
|
||||
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
// build-pass
|
||||
#![allow(dead_code)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
struct CMap<'a> {
|
||||
buf: &'a [u8],
|
||||
}
|
||||
|
||||
fn CMap(buf: &[u8]) -> CMap {
|
||||
CMap {
|
||||
buf: buf
|
||||
}
|
||||
}
|
||||
|
||||
pub fn main() { }
|
Loading…
Reference in New Issue