]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass-valgrind/dst-dtor-3.rs
Rollup merge of #80945 - sdroege:downcast-send-sync, r=m-ou-se
[rust.git] / src / test / run-pass-valgrind / dst-dtor-3.rs
index e15908dfcc31f97744054619b15edb9a8346ce2c..f0c2dda5ab05b97f89b4591aa73040ca80fd49c7 100644 (file)
@@ -1,5 +1,3 @@
-// no-prefer-dynamic
-
 #![feature(unsized_tuple_coercion)]
 
 static mut DROP_RAN: bool = false;