diff options
| author | Mario Idival <marioidival@gmail.com> | 2017-08-02 00:06:42 -0300 |
|---|---|---|
| committer | Mario Idival <marioidival@gmail.com> | 2017-08-02 00:06:42 -0300 |
| commit | fefe63ce04d61ade8d8335fbf384775d12117fd5 (patch) | |
| tree | c6d44f62fc2468c242a16ed34e2a7cc6fbb337ef /src | |
| parent | 640cfc852ae17d51a2f5e75fcae9a93431a3b38c (diff) | |
| download | rust-fefe63ce04d61ade8d8335fbf384775d12117fd5.tar.gz rust-fefe63ce04d61ade8d8335fbf384775d12117fd5.zip | |
Remove unecessary test code #43219
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/core-run-destroy.rs | 1 |
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; |
