diff options
| author | Eric Huss <eric@huss.org> | 2023-08-03 12:48:55 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-08-03 12:48:55 -0700 |
| commit | 40729bcb6914c8d239c70ad9ac4c532a0d12e495 (patch) | |
| tree | 2ad09ad9f34e924697127b4516bf63b7d5ff7db4 | |
| parent | defed6257aa93dfbe798900d959f825ac5410de6 (diff) | |
| download | rust-40729bcb6914c8d239c70ad9ac4c532a0d12e495.tar.gz rust-40729bcb6914c8d239c70ad9ac4c532a0d12e495.zip | |
Enable tests on rustc_codegen_ssa
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 6582fd62387..8f383f68bcd 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -3,9 +3,6 @@ name = "rustc_codegen_ssa" version = "0.0.0" edition = "2021" -[lib] -test = false - [dependencies] ar_archive_writer = "0.1.3" bitflags = "1.2.1" |
