Skip to content

Commit ac5687a

Browse files
author
git apple-llvm automerger
committed
Merge commit '79da1c405dc1' from llvm.org/main into next
2 parents 399210e + 79da1c4 commit ac5687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test __sanitizer_set_report_path and __sanitizer_get_report_path:
22
// RUN: %clangxx -O2 %s -o %t
3-
// RUN: %env HOME=%t.homedir TMPDIR=%t.tmpdir %run %t 2>&1 | FileCheck %s
3+
// RUN: %env HOME=%device_rundir/%t.homedir TMPDIR=%device_rundir/%t.tmpdir %run %t 2>&1 | FileCheck %s
44

55
#include <sanitizer/common_interface_defs.h>
66
#include <stdio.h>

0 commit comments

Comments
 (0)