Fix another test not using the standard separator for sanitizer options.

rdar://83637067
This commit is contained in:
Dan Liew 2021-10-15 00:19:56 -07:00
parent 2ccdc7315e
commit 2232a68b2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t
// RUN: %env_tsan_opts="flush_memory_ms=1 flush_symbolizer_ms=1 memory_limit_mb=1" %deflake %run %t | FileCheck %s
// RUN: %env_tsan_opts=flush_memory_ms=1:flush_symbolizer_ms=1:memory_limit_mb=1 %deflake %run %t | FileCheck %s
#include "test.h"
long X, Y;