mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(ops): circular dependency in deno_ops test (#16809)
This commit is contained in:
parent
d80af8324d
commit
8fc62f93bf
9 changed files with 6 additions and 74 deletions
|
@ -432,7 +432,7 @@ mod tests {
|
|||
#[testing_macros::fixture("optimizer_tests/**/*.rs")]
|
||||
fn test_fast_call_codegen(input: PathBuf) {
|
||||
let update_expected = std::env::var("UPDATE_EXPECTED").is_ok();
|
||||
let core = crate::deno::import();
|
||||
let core = quote!(deno_core);
|
||||
|
||||
let source =
|
||||
std::fs::read_to_string(&input).expect("Failed to read test file");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue