Skip to content

Commit d48b6f1

Browse files
committed
Remove some leftover cruft from compiletest-rs
1 parent cb2e137 commit d48b6f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/compile-test.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ fn base_config(test_dir: &str) -> (compiletest::Config, Args) {
137137
.join("ui_test"),
138138
..compiletest::Config::rustc(Path::new("tests").join(test_dir))
139139
};
140-
141-
if let Some(_path) = option_env!("RUSTC_LIB_PATH") {
142-
//let path = PathBuf::from(path);
143-
//config.run_lib_path = path.clone();
144-
//config.compile_lib_path = path;
145-
}
146140
let current_exe_path = env::current_exe().unwrap();
147141
let deps_path = current_exe_path.parent().unwrap();
148142
let profile_path = deps_path.parent().unwrap();

0 commit comments

Comments
 (0)