Fix unit test after pgo-use change.
This commit is contained in:
parent
1de93a7814
commit
48b9896eeb
1 changed files with 1 additions and 1 deletions
|
@ -3211,7 +3211,7 @@ mod tests {
|
||||||
assert_ne!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
|
assert_ne!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
|
||||||
|
|
||||||
opts = reference.clone();
|
opts = reference.clone();
|
||||||
opts.debugging_opts.pgo_use = String::from("abc");
|
opts.debugging_opts.pgo_use = Some(PathBuf::from("abc"));
|
||||||
assert_ne!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
|
assert_ne!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
|
||||||
|
|
||||||
opts = reference.clone();
|
opts = reference.clone();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue