summaryrefslogtreecommitdiff
path: root/test/tsan/malloc_overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/malloc_overflow.cc')
-rw-r--r--test/tsan/malloc_overflow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/malloc_overflow.cc b/test/tsan/malloc_overflow.cc
index dadc94484f01e..b2f9b0f57798a 100644
--- a/test/tsan/malloc_overflow.cc
+++ b/test/tsan/malloc_overflow.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t
-// RUN: TSAN_OPTIONS=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s
+// RUN: %env_tsan_opts=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s
#include <stdio.h>
#include <stdlib.h>