diff --git a/src/test/run-pass/core-run-destroy.rs b/src/test/run-pass/core-run-destroy.rs index c5b5b6b24ab1c..22fbeb2d5d0ed 100644 --- a/src/test/run-pass/core-run-destroy.rs +++ b/src/test/run-pass/core-run-destroy.rs @@ -15,7 +15,6 @@ // memory, which makes for some *confusing* logs. That's why these are here // instead of in std. -#![reexport_test_harness_main = "test_main"] #![feature(libc, std_misc, duration)] extern crate libc;