mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
test_rs needs deno_deps.
This commit is contained in:
parent
7f8284addf
commit
edd12b90a8
1 changed files with 1 additions and 2 deletions
3
BUILD.gn
3
BUILD.gn
|
@ -184,8 +184,7 @@ rust_test("test_rs") {
|
||||||
source_root = "src/main.rs"
|
source_root = "src/main.rs"
|
||||||
extern = main_extern
|
extern = main_extern
|
||||||
deps = [
|
deps = [
|
||||||
":libdeno",
|
":deno_deps",
|
||||||
":snapshot",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue