Skip to content

Commit dfb2c89

Browse files
[compiletest] Add compiler-bundled NatVis files to test input stamp.
1 parent 8ef0301 commit dfb2c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ fn common_inputs_stamp(config: &Config) -> Stamp {
545545
stamp.add_path(&path);
546546
}
547547

548+
stamp.add_dir(&rust_src_dir.join("src/etc/natvis"));
549+
548550
stamp.add_dir(&config.run_lib_path);
549551

550552
if let Some(ref rustdoc_path) = config.rustdoc_path {

0 commit comments

Comments
 (0)