Remove static linking hack since we are now passing absolute paths

This commit is contained in:
Niko Matsakis 2016-03-21 15:13:40 -04:00
parent bca94230f3
commit 7e8e6712b5
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
// except according to those terms.
// ignore-windows - this is a unix-specific test
// no-prefer-dynamic - this test breaks with dynamic linking as
// some LD_LIBRARY_PATH entries are relative and it cd's to /.
#![feature(process_exec, libc)]