0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

test_rs needs deno_deps.

This commit is contained in:
Ryan Dahl 2018-11-01 18:27:13 -04:00 committed by Bert Belder
parent 7f8284addf
commit edd12b90a8

View file

@ -184,8 +184,7 @@ rust_test("test_rs") {
source_root = "src/main.rs"
extern = main_extern
deps = [
":libdeno",
":snapshot",
":deno_deps",
]
}