summaryrefslogtreecommitdiffstats
path: root/library/core/tests/any.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/tests/any.rs')
-rw-r--r--library/core/tests/any.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/tests/any.rs b/library/core/tests/any.rs
index e98dac8d1..a8f6b7ebb 100644
--- a/library/core/tests/any.rs
+++ b/library/core/tests/any.rs
@@ -131,7 +131,6 @@ fn distinct_type_names() {
assert_ne!(type_name_of_val(Velocity), type_name_of_val(Velocity(0.0, -9.8)),);
}
-#[cfg(not(bootstrap))]
#[test]
fn dyn_type_name() {
trait Foo {