File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const ENTRY_LIMIT: usize = 900;
18
18
// FIXME: The following limits should be reduced eventually.
19
19
20
20
const ISSUES_ENTRY_LIMIT : usize = 1750 ;
21
- const ROOT_ENTRY_LIMIT : usize = 860 ;
21
+ const ROOT_ENTRY_LIMIT : usize = 900 ;
22
22
23
23
const EXPECTED_TEST_FILE_EXTENSIONS : & [ & str ] = & [
24
24
"rs" , // test source files
Original file line number Diff line number Diff line change
1
+ // Check that rustc accepts various version info flags.
1
2
//@ revisions: version verbose-version long-verbose-version
2
- //@[version] check-pass
3
+ //@ check-pass
4
+
3
5
//@[version] compile-flags: -V
4
- //@[verbose-version] check-pass
5
6
//@[verbose-version] compile-flags: -vV
6
- //@[long-verbose-version] check-pass
7
- //@[long-verbose-verison] compile-flags: --version --verbose
8
-
9
- // Check that rustc accepts various version info flags.
7
+ //@[long-verbose-version] compile-flags: --version --verbose
10
8
11
9
fn main ( ) { }
You can’t perform that action at this time.
0 commit comments