From f168597b7ab81afda3bf4749a81c360d364e7cf1 Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Sun, 2 Feb 2020 22:55:22 +0100 Subject: Remove //tests symlink (#3849) --- cli/compilers/ts.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/compilers') diff --git a/cli/compilers/ts.rs b/cli/compilers/ts.rs index 5aa299518..b86a1a7ae 100644 --- a/cli/compilers/ts.rs +++ b/cli/compilers/ts.rs @@ -700,7 +700,7 @@ mod tests { let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")) .parent() .unwrap() - .join("tests/002_hello.ts"); + .join("cli/tests/002_hello.ts"); let specifier = ModuleSpecifier::resolve_url_or_path(p.to_str().unwrap()).unwrap(); @@ -739,7 +739,7 @@ mod tests { let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")) .parent() .unwrap() - .join("tests/002_hello.ts"); + .join("cli/tests/002_hello.ts"); use deno_core::ModuleSpecifier; let module_name = ModuleSpecifier::resolve_url_or_path(p.to_str().unwrap()) .unwrap() -- cgit v1.2.3