Skip to content

Commit

Permalink
merge conflicts; fix rebase duplicating imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EtomicBomb committed Jul 29, 2024
1 parent 12d87ee commit f91da72
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
// ignore-tidy-filelength

use crate::compute_diff::{write_diff, write_filtered_diff};
use crate::errors::{self, Error, ErrorKind};
use crate::header::TestProps;
use crate::json;
use crate::read2::{read2_abbreviated, Truncated};
use crate::util::{add_dylib_path, copy_dir_all, dylib_env_var, logv, static_regex, PathBufExt};
use crate::ColorConfig;
use colored::Colorize;
use miropt_test_tools::{files_for_miropt_test, MiroptTest, MiroptTestFile};
use regex::{Captures, Regex};
use rustfix::{apply_suggestions, get_suggestions_from_json, Filter};
use std::borrow::Cow;
use std::collections::{HashMap, HashSet};
use std::ffi::{OsStr, OsString};
Expand Down

0 comments on commit f91da72

Please sign in to comment.