diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-02-21 22:05:19 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-03-05 14:25:47 -0500 |
| commit | 28baa27570a80f7e8e248bf8ca1dbbea6cd1ecba (patch) | |
| tree | d2460eea6d01fcf874f521463e1c97c56af2bb78 /src/librustc_msan | |
| parent | 872a0ebf2170c8b3e8ac665c41270e83cb9105ce (diff) | |
| download | rust-28baa27570a80f7e8e248bf8ca1dbbea6cd1ecba.tar.gz rust-28baa27570a80f7e8e248bf8ca1dbbea6cd1ecba.zip | |
sanitizer runtime crates shouldn't be tested
Diffstat (limited to 'src/librustc_msan')
| -rw-r--r-- | src/librustc_msan/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_msan/Cargo.toml b/src/librustc_msan/Cargo.toml index 45cc6b9839f..b3b70bc0a25 100644 --- a/src/librustc_msan/Cargo.toml +++ b/src/librustc_msan/Cargo.toml @@ -7,6 +7,7 @@ version = "0.0.0" [lib] name = "rustc_msan" path = "lib.rs" +test = false [build-dependencies] build_helper = { path = "../build_helper" } |
