Fix the reexec-insert-libraries-env.cc testcase to use %env to make it work on iOS simulator.
llvm-svn: 301621
This commit is contained in:
parent
d0af7e8ab8
commit
b08c567201
|
|
@ -7,7 +7,7 @@
|
|||
// RUN: -dynamiclib -o darwin-dummy-shared-lib-so.dylib
|
||||
|
||||
// FIXME: the following command line may hang in the case of a regression.
|
||||
// RUN: env DYLD_INSERT_LIBRARIES=darwin-dummy-shared-lib-so.dylib \
|
||||
// RUN: %env DYLD_INSERT_LIBRARIES=darwin-dummy-shared-lib-so.dylib \
|
||||
// RUN: %run %t 2>&1 | FileCheck %s || exit 1
|
||||
|
||||
#if !defined(SHARED_LIB)
|
||||
|
|
|
|||
Loading…
Reference in New Issue