mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
Dynamic (#77)
This commit is contained in:
parent
55247b7fcd
commit
991c84a1eb
1464 changed files with 225448 additions and 1985 deletions
|
|
@ -263,7 +263,6 @@ mod inline_cache_epoch_tests {
|
|||
receiver_provenance: false,
|
||||
uses_summary: false,
|
||||
return_path_fact: crate::abstract_interp::PathFact::top(),
|
||||
return_path_facts: SmallVec::new(),
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
@ -337,7 +336,6 @@ mod inline_cache_epoch_tests {
|
|||
receiver_provenance: false,
|
||||
uses_summary: true,
|
||||
return_path_fact: crate::abstract_interp::PathFact::top(),
|
||||
return_path_facts: SmallVec::new(),
|
||||
}));
|
||||
|
||||
// Caller A: argument carries an env-source origin.
|
||||
|
|
@ -404,7 +402,6 @@ mod inline_cache_epoch_tests {
|
|||
receiver_provenance: false,
|
||||
uses_summary: true,
|
||||
return_path_fact: crate::abstract_interp::PathFact::top(),
|
||||
return_path_facts: SmallVec::new(),
|
||||
}));
|
||||
|
||||
let state = SsaTaintState::initial();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue