File tree 1 file changed +3
-3
lines changed
src/tools/compiletest/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4165,7 +4165,7 @@ impl<'test> TestCx<'test> {
4165
4165
}
4166
4166
4167
4167
let base_dir = Path :: new ( "/rustc/FAKE_PREFIX" ) ;
4168
- // Paths into the libstd/libcore
4168
+ // Fake paths into the libstd/libcore
4169
4169
normalize_path ( & base_dir. join ( "library" ) , "$SRC_DIR" ) ;
4170
4170
// `ui-fulldeps` tests can show paths to the compiler source when testing macros from
4171
4171
// `rustc_macros`
@@ -4181,8 +4181,8 @@ impl<'test> TestCx<'test> {
4181
4181
// eg. /home/user/rust/build
4182
4182
normalize_path ( parent_build_dir, "$BUILD_DIR" ) ;
4183
4183
4184
- // Paths into lib directory.
4185
- normalize_path ( & parent_build_dir. parent ( ) . unwrap ( ) . join ( "lib " ) , "$LIB_DIR " ) ;
4184
+ // Real paths into the libstd/libcore
4185
+ normalize_path ( & parent_build_dir. parent ( ) . unwrap ( ) . join ( "library " ) , "$SRC_DIR_REAL " ) ;
4186
4186
4187
4187
if json {
4188
4188
// escaped newlines in json strings should be readable
You can’t perform that action at this time.
0 commit comments