diff options
Diffstat (limited to 'compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc')
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc b/compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc index ef2c43f3be7..f459d5ab813 100644 --- a/compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc +++ b/compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc @@ -2,7 +2,7 @@ // we turn it off via options. // RUN: %clangxx_xray -std=c++11 %s -o %t -// RUN: XRAY_OPTIONS="verbosity=1 xray_naive_log=false xray_logfile_base=optional-inmemory-log.xray-" %run %t 2>&1 | FileCheck %s +// RUN: XRAY_OPTIONS="patch_premain=true verbosity=1 xray_naive_log=false xray_logfile_base=optional-inmemory-log.xray-" %run %t 2>&1 | FileCheck %s // // Make sure we clean out the logs in case there was a bug. // |