Fix another test not using the standard separator for sanitizer options.
rdar://83637067
This commit is contained in:
parent
2ccdc7315e
commit
2232a68b2d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue