diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-14 19:17:52 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-15 10:58:18 -0400 |
| commit | 1811318097b57c136913bd95bb9e16d820cc1a1a (patch) | |
| tree | 1459444a37d4ea961d1b1f1da2cd0044ed2c5ac9 /BUILD.gn | |
| parent | 76c73ec61ec4271581795a2f0e3ae60072676dae (diff) | |
core: Behavior shouldn't be generic
We always pass around Box<[u8]>, and adding this generic is an
unnecessary complication.
Add deno_core_http_bench_test to test.py
sharedQueue works on deno_core_http_bench
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ group("default") { ":deno", ":hyper_hello", ":test_rs", - "core:deno_core_http_bench", - "core:deno_core_test", + "core:default", "libdeno:test_cc", ] } |
