Index: llvm/projects/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc =================================================================== --- llvm/projects/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc +++ llvm/projects/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc @@ -4,7 +4,7 @@ // RUN: %clangxx_xray -std=c++11 %s -o %t // RUN: XRAY_OPTIONS="patch_premain=true xray_naive_log=true" %run %t > xray.log.file.name 2>&1 // RUN: ls | FileCheck xray.log.file.name -// RUN: rm xray-log.* xray.log.file.name +// RUN: rm xray-log.argv0-log-file-name* xray.log.file.name // UNSUPPORTED: target-is-mips64,target-is-mips64el