From 389763c04e3102d5b8261a10bb7514ba046fe373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 21 Aug 2019 19:49:48 +0200 Subject: [PATCH] bump test runner revision (#2800) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index 5cffd199..1cf2c63b 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. -- GitLab