diff options
Diffstat (limited to 'llvm/test/tools/llvm-profdata/sample-remap.test')
-rw-r--r-- | llvm/test/tools/llvm-profdata/sample-remap.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/sample-remap.test b/llvm/test/tools/llvm-profdata/sample-remap.test index 06646297262..a6afd925ff9 100644 --- a/llvm/test/tools/llvm-profdata/sample-remap.test +++ b/llvm/test/tools/llvm-profdata/sample-remap.test @@ -1,2 +1,2 @@ ; RUN: llvm-profdata merge -sample -text %S/Inputs/sample-remap.proftext -r %S/Inputs/sample-remap.remap -o %t.output -; RUN: diff --strip-trailing-cr %S/Inputs/sample-remap.expected %t.output +; RUN: diff %S/Inputs/sample-remap.expected %t.output |