mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
Rename cli/js2 to cli/rt (#6857)
This commit is contained in:
parent
090455936c
commit
ca4dcb36dd
63 changed files with 6 additions and 6 deletions
|
@ -1462,7 +1462,7 @@ mod tests {
|
|||
assert!(r.is_err());
|
||||
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.join("js2/99_main.js");
|
||||
.join("rt/99_main.js");
|
||||
let specifier =
|
||||
ModuleSpecifier::resolve_url_or_path(p.to_str().unwrap()).unwrap();
|
||||
let r = fetcher
|
||||
|
@ -1485,7 +1485,7 @@ mod tests {
|
|||
assert!(r.is_err());
|
||||
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.join("js2/99_main.js");
|
||||
.join("rt/99_main.js");
|
||||
let specifier =
|
||||
ModuleSpecifier::resolve_url_or_path(p.to_str().unwrap()).unwrap();
|
||||
let r = fetcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue