Skip to content

Commit f91da72

Browse files
committed
merge conflicts; fix rebase duplicating imports
1 parent 12d87ee commit f91da72

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/tools/compiletest/src/runtest.rs

-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
// ignore-tidy-filelength
22

3-
use crate::compute_diff::{write_diff, write_filtered_diff};
4-
use crate::errors::{self, Error, ErrorKind};
5-
use crate::header::TestProps;
6-
use crate::json;
7-
use crate::read2::{read2_abbreviated, Truncated};
8-
use crate::util::{add_dylib_path, copy_dir_all, dylib_env_var, logv, static_regex, PathBufExt};
9-
use crate::ColorConfig;
10-
use colored::Colorize;
11-
use miropt_test_tools::{files_for_miropt_test, MiroptTest, MiroptTestFile};
12-
use regex::{Captures, Regex};
13-
use rustfix::{apply_suggestions, get_suggestions_from_json, Filter};
143
use std::borrow::Cow;
154
use std::collections::{HashMap, HashSet};
165
use std::ffi::{OsStr, OsString};

0 commit comments

Comments
 (0)