Remove test-utilities crate (#892)

This commit is contained in:
Casey Rodarmor 2021-07-03 14:26:59 -07:00 committed by GitHub
parent a24c86ed5a
commit d797592365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 96 additions and 258 deletions

View file

@ -1,7 +1,4 @@
use std::{fs, process::Command};
use executable_path::executable_path;
use test_utilities::assert_success;
use crate::common::*;
#[test]
fn examples() {