diff options
Diffstat (limited to 'llvm/test/tools/llvm-xray/X86')
-rw-r--r-- | llvm/test/tools/llvm-xray/X86/no-such-file.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-xray/X86/no-such-file.txt b/llvm/test/tools/llvm-xray/X86/no-such-file.txt index 0bc0b5b946a..69fc43f9625 100644 --- a/llvm/test/tools/llvm-xray/X86/no-such-file.txt +++ b/llvm/test/tools/llvm-xray/X86/no-such-file.txt @@ -1,4 +1,4 @@ ; RUN: not llvm-xray extract no-such-file 2>&1 | FileCheck %s ; CHECK: llvm-xray: Cannot extract instrumentation map from 'no-such-file'. -; CHECK-NEXT: No such file or directory +; CHECK-NEXT: {{[Nn]}}o such file or directory |