diff options
| author | varkor <github@varkor.com> | 2019-04-22 15:29:04 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-04-25 21:39:09 +0100 |
| commit | aa388f1d11da024898d823ce24654766a4cc3459 (patch) | |
| tree | 8eac3eb7f9455c4a54f6250e6d69d51f8a8ce8bb /src/tools/compiletest | |
| parent | 949658345c1352de926bf8c3af3e19cd18c6d0e6 (diff) | |
| download | rust-aa388f1d11da024898d823ce24654766a4cc3459.tar.gz rust-aa388f1d11da024898d823ce24654766a4cc3459.zip | |
ignore-tidy-filelength on all files with greater than 3000 lines
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index d7a5395757f..9db16b69e5f 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -1,3 +1,5 @@ +// ignore-tidy-filelength + use crate::common::CompareMode; use crate::common::{expected_output_path, UI_EXTENSIONS, UI_FIXED, UI_STDERR, UI_STDOUT}; use crate::common::{output_base_dir, output_base_name, output_testname_unique}; |
