Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 6, 2024
1 parent d56b39a commit 4e1fa8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compiler/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3561,7 +3561,6 @@ proc_macro false
"--emit=dep-info,link",
"--out-dir",
"/out",
"-Zprofile"
);

assert_eq!(h.gcno, Some("foo.gcno".into()));
Expand All @@ -3577,7 +3576,6 @@ proc_macro false
"extra-filename=-a1b6419f8321841f",
"--out-dir",
"/out",
"-Zprofile"
);

assert_eq!(h.gcno, Some("foo-a1b6419f8321841f.gcno".into()));
Expand Down

0 comments on commit 4e1fa8f

Please sign in to comment.