diff options
Diffstat (limited to 'BUILD.gn')
-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", ] } |