summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-04-28 05:48:27 +0000
committerKuba Mracek <mracek@apple.com>2017-04-28 05:48:27 +0000
commitb08c567201ec91331237eeaae2414fbd87f85c3d (patch)
tree25b2f60951264462db42e0ec16b4c112e8083058
parentd0af7e8ab822031960c68d5893ec07c1d186b67a (diff)
downloadbcm5719-llvm-b08c567201ec91331237eeaae2414fbd87f85c3d.tar.gz
bcm5719-llvm-b08c567201ec91331237eeaae2414fbd87f85c3d.zip
Fix the reexec-insert-libraries-env.cc testcase to use %env to make it work on iOS simulator.
llvm-svn: 301621
-rw-r--r--compiler-rt/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc b/compiler-rt/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc
index aa4d92b00a0..cd277a05b40 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc
+++ b/compiler-rt/test/asan/TestCases/Darwin/reexec-insert-libraries-env.cc
@@ -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)
OpenPOWER on IntegriCloud