From 420ca6ae1d5196a4fc568d8aecdecac0d78403e9 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Mon, 22 Feb 2021 13:45:07 +0200 Subject: [PATCH] Remove accidentally-commited `test = false` from rustc_codegen_spirv/Cargo.toml. (#439) --- crates/rustc_codegen_spirv/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/rustc_codegen_spirv/Cargo.toml b/crates/rustc_codegen_spirv/Cargo.toml index d3abee849b..8f9fe1a98f 100644 --- a/crates/rustc_codegen_spirv/Cargo.toml +++ b/crates/rustc_codegen_spirv/Cargo.toml @@ -11,7 +11,6 @@ repository = "https://github.com/EmbarkStudios/rust-gpu" [lib] crate-type = ["dylib"] -test = false [features] # By default, the use-compiled-tools is enabled, as doesn't require additional