Skip to content

Commit 0b65e6f

Browse files
author
Ellen Arteca
committed
upstream
2 parents 62926b7 + 69a4eaa commit 0b65e6f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ tex/*/out
99
perf.data
1010
perf.data.old
1111
flamegraph.svg
12+
<<<<<<< HEAD
1213
tests/extern-so/libtestlib.so
1314
.auto-*

tests/compiletest.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
use colored::*;
22
use regex::Regex;
33
use std::path::{Path, PathBuf};
4+
<<<<<<< HEAD
45
use std::{env, ffi::OsString, process::Command};
6+
=======
7+
use std::{env, ffi::OsString};
8+
>>>>>>> master
59
use ui_test::{color_eyre::Result, Config, DependencyBuilder, Mode, OutputConflictHandling};
610

711
fn miri_path() -> PathBuf {

0 commit comments

Comments
 (0)