File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ rm -r tests/run-make/output-type-permutations
102102rm -r tests/run-make/emit-to-stdout
103103rm -r tests/run-make/compressed-debuginfo
104104rm -r tests/run-make/symbols-include-type-name
105-
105+ rm -r tests/run-make/notify-all-emit-artifacts
106106
107107# giving different but possibly correct results
108108# =============================================
@@ -154,9 +154,9 @@ index 9607ff02f96..b7d97caf9a2 100644
154154 /// Construct a \` rustdoc\` invocation with \` -L \$ (TARGET_RPATH_DIR)\` set.
155155 pub fn new() -> Self {
156156 let mut cmd = setup_common();
157- - let target_rpath_dir = env::var_os ("TARGET_RPATH_DIR").unwrap( );
157+ - let target_rpath_dir = env_var_os ("TARGET_RPATH_DIR");
158158- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
159- Self { cmd, stdin: None }
159+ Self { cmd }
160160 }
161161
162162EOF
You can’t perform that action at this time.
0 commit comments