summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9e6c7abd0..c3c18107d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -184,8 +184,7 @@ rust_test("test_rs") {
source_root = "src/main.rs"
extern = main_extern
deps = [
- ":libdeno",
- ":snapshot",
+ ":deno_deps",
]
}