Move tests
This commit is contained in:
parent
a0111af531
commit
0285611096
34 changed files with 1 additions and 18 deletions
|
@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
|
||||||
|
|
||||||
const ENTRY_LIMIT: usize = 900;
|
const ENTRY_LIMIT: usize = 900;
|
||||||
// FIXME: The following limits should be reduced eventually.
|
// 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;
|
const ROOT_ENTRY_LIMIT: usize = 895;
|
||||||
|
|
||||||
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
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…
Add table
Reference in a new issue