diff options
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -184,8 +184,7 @@ rust_test("test_rs") { source_root = "src/main.rs" extern = main_extern deps = [ - ":libdeno", - ":snapshot", + ":deno_deps", ] } |
![]() |
index : deno.git | |
Unnamed repository; edit this file 'description' to name the repository. | User & |
summaryrefslogtreecommitdiff |
-rw-r--r-- | BUILD.gn | 3 |
@@ -184,8 +184,7 @@ rust_test("test_rs") { source_root = "src/main.rs" extern = main_extern deps = [ - ":libdeno", - ":snapshot", + ":deno_deps", ] } |