summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-08-21 19:49:48 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-08-21 13:49:48 -0400
commit389763c04e3102d5b8261a10bb7514ba046fe373 (patch)
tree6f4b1edcbc42cb75a5a395d88c61beaef66803e3 /cli/flags.rs
parentf0a235563e1eb748f4030d19af3f9a5ac59d2550 (diff)
bump test runner revision (#2800)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index 5cffd1994..1cf2c63be 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -682,7 +682,7 @@ const PRETTIER_URL: &str = "https://deno.land/std@v0.11/prettier/main.ts";
/// Used for `deno install...` subcommand
const INSTALLER_URL: &str = "https://deno.land/std@v0.11/installer/mod.ts";
/// Used for `deno test...` subcommand
-const TEST_RUNNER_URL: &str = "https://deno.land/std@15afc61/testing/runner.ts";
+const TEST_RUNNER_URL: &str = "https://deno.land/std@4531fa8/testing/runner.ts";
/// These are currently handled subcommands.
/// There is no "Help" subcommand because it's handled by `clap::App` itself.