diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-05-01 15:48:56 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-01 09:48:56 -0400 |
| commit | 8978870808db896d1aa0da5deb0d4472ccb46246 (patch) | |
| tree | a97e65baa0baa533f7bc4cc428b35267c8cb3157 /BUILD.gn | |
| parent | 7237e9d34a61629d5bedce3b9cc46c8a1344d78a (diff) | |
Rename test targets (#2262)
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ group("default") { testonly = true deps = [ ":hyper_hello", + "cli:cli_test", "cli:deno", - "cli:test_rs", "core:default", - "core/libdeno:test_cc", + "core/libdeno:libdeno_test", ] } |
