File tree 1 file changed +3
-3
lines changed 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
102
102
rm -r tests/run-make/emit-to-stdout
103
103
rm -r tests/run-make/compressed-debuginfo
104
104
rm -r tests/run-make/symbols-include-type-name
105
-
105
+ rm -r tests/run-make/notify-all-emit-artifacts
106
106
107
107
# giving different but possibly correct results
108
108
# =============================================
@@ -154,9 +154,9 @@ index 9607ff02f96..b7d97caf9a2 100644
154
154
/// Construct a \` rustdoc\` invocation with \` -L \$ (TARGET_RPATH_DIR)\` set.
155
155
pub fn new() -> Self {
156
156
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");
158
158
- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
159
- Self { cmd, stdin: None }
159
+ Self { cmd }
160
160
}
161
161
162
162
EOF
You can’t perform that action at this time.
0 commit comments