about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/run-pass/core-run-destroy.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/core-run-destroy.rs b/src/test/run-pass/core-run-destroy.rs
index c5b5b6b24ab..22fbeb2d5d0 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;