File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 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;
1818// FIXME: The following limits should be reduced eventually.
1919
2020const ISSUES_ENTRY_LIMIT : usize = 1750 ;
21- const ROOT_ENTRY_LIMIT : usize = 860 ;
21+ const ROOT_ENTRY_LIMIT : usize = 900 ;
2222
2323const EXPECTED_TEST_FILE_EXTENSIONS : & [ & str ] = & [
2424 "rs" , // test source files
Original file line number Diff line number Diff line change 1+ // Check that rustc accepts various version info flags.
12//@ revisions: version verbose-version long-verbose-version
2- //@[version] check-pass
3+ //@ check-pass
4+
35//@[version] compile-flags: -V
4- //@[verbose-version] check-pass
56//@[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
108
119fn main ( ) { }
You can’t perform that action at this time.
0 commit comments