diff options
| author | Luca Barbato <lu_zero@gentoo.org> | 2019-09-17 22:15:14 +0200 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-09-18 09:03:42 +0200 |
| commit | 5bec3383c9011f51ceadaf68bb109a30f4f8d83d (patch) | |
| tree | ebb6808c5593d53afb12bcb21fb94da126598eb6 /library/stdarch/crates/std_detect/tests | |
| parent | a4dddb4b2f287e46275b29aecaaeb5614b12a370 (diff) | |
| download | rust-5bec3383c9011f51ceadaf68bb109a30f4f8d83d.tar.gz rust-5bec3383c9011f51ceadaf68bb109a30f4f8d83d.zip | |
Drop the features test for now
Diffstat (limited to 'library/stdarch/crates/std_detect/tests')
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/features.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/library/stdarch/crates/std_detect/tests/features.rs b/library/stdarch/crates/std_detect/tests/features.rs deleted file mode 100644 index 7fe81d3e7fe..00000000000 --- a/library/stdarch/crates/std_detect/tests/features.rs +++ /dev/null @@ -1,13 +0,0 @@ -#![feature(stdsimd)] -#![feature(stdsimd_internal)] - -extern crate std_detect; - -use std_detect::detect::{features, Feature}; - -#[test] -fn features_roundtrip() { - for (f, _) in features() { - let _ = Feature::from_str(f).unwrap(); - } -} |
