commit | cdce50bda3603770cc4ef80cbb613c78b8e47a17 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Wed Jul 01 12:26:56 2015 -0700 |
committer | Stephen Hines <srhines@google.com> | Thu Aug 13 13:33:03 2015 -0700 |
tree | 671adfff40ebd375143df646ff9030936fb4f4ae | |
parent | 779923ae7782a8a7f62b0bc2b2282c136a5a34b9 [diff] [blame] |
Update aosp/master compiler-rt for rebase to r239765 Change-Id: I722dcde07e4f76a8a35ca701d89be5f311840e74
diff --git a/test/asan/TestCases/use-after-poison.cc b/test/asan/TestCases/use-after-poison.cc index 3b247ff..ecca2c8 100644 --- a/test/asan/TestCases/use-after-poison.cc +++ b/test/asan/TestCases/use-after-poison.cc
@@ -2,7 +2,7 @@ // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s // // Check that we can disable it -// RUN: env ASAN_OPTIONS=allow_user_poisoning=0 %run %t +// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:allow_user_poisoning=0 %run %t #include <stdlib.h>