diff --git a/tests/source/attrib.rs b/tests/source/attrib.rs index 7f17bdad0ac..d45fba55224 100644 --- a/tests/source/attrib.rs +++ b/tests/source/attrib.rs @@ -202,7 +202,7 @@ pub struct Params { target_os = "cloudabi", target_os = "macos", target_os = "ios", target_os = "freebsd", - target_os = "openbsd", target_os = "bitrig", + target_os = "openbsd", target_os = "redox", target_os = "fuchsia", windows, diff --git a/tests/source/doc-attrib.rs b/tests/source/doc-attrib.rs index cecc837d7f9..dde88c6e955 100644 --- a/tests/source/doc-attrib.rs +++ b/tests/source/doc-attrib.rs @@ -81,7 +81,7 @@ pub struct Params { target_os = "cloudabi", target_os = "macos", target_os = "ios", target_os = "freebsd", - target_os = "openbsd", target_os = "bitrig", + target_os = "openbsd", target_os = "redox", target_os = "fuchsia", windows, diff --git a/tests/source/issue-3343.rs b/tests/source/issue-3343.rs index 760d84dc3c3..5670b04f5d6 100644 --- a/tests/source/issue-3343.rs +++ b/tests/source/issue-3343.rs @@ -37,7 +37,6 @@ use total_len_is_::_51______; target_os = "ios", target_os = "freebsd", target_os = "openbsd", - target_os = "bitrig", target_os = "redox", target_os = "fuchsia", windows, diff --git a/tests/target/attrib.rs b/tests/target/attrib.rs index edde124a6c0..7e61f68d76a 100644 --- a/tests/target/attrib.rs +++ b/tests/target/attrib.rs @@ -236,7 +236,6 @@ mod issue_2620 { target_os = "ios", target_os = "freebsd", target_os = "openbsd", - target_os = "bitrig", target_os = "redox", target_os = "fuchsia", windows, diff --git a/tests/target/doc-attrib.rs b/tests/target/doc-attrib.rs index 474c19282fd..36527b7cd42 100644 --- a/tests/target/doc-attrib.rs +++ b/tests/target/doc-attrib.rs @@ -94,7 +94,6 @@ mod issue_2620 { target_os = "ios", target_os = "freebsd", target_os = "openbsd", - target_os = "bitrig", target_os = "redox", target_os = "fuchsia", windows, diff --git a/tests/target/issue-3343.rs b/tests/target/issue-3343.rs index 4a1496ef364..d0497758e66 100644 --- a/tests/target/issue-3343.rs +++ b/tests/target/issue-3343.rs @@ -34,7 +34,6 @@ use total_len_is_::_51______; target_os = "ios", target_os = "freebsd", target_os = "openbsd", - target_os = "bitrig", target_os = "redox", target_os = "fuchsia", windows,