Skip to content

Commit

Permalink
bump test runner revision (denoland#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and ry committed Aug 21, 2019
1 parent f0a2355 commit 389763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 389763c

Please sign in to comment.