]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / asan / TestCases / Linux / asan_rt_confict_test-1.cc
index 5687f17c202e479bdc25f4b603e2e59de1d7c46a..8cf761c905f80f3b6ebf6570dc1043c5639aebbe 100644 (file)
@@ -2,9 +2,10 @@
 // executable is prohibited.
 //
 // RUN: %clangxx_asan_static %s -o %t
-// RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
+// RUN: env LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: asan-dynamic-runtime
+// XFAIL: android
 
 #include <stdlib.h>
 int main(int argc, char **argv) { return 0; }