summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-07-21 09:13:00 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-07-21 09:13:26 -0700
commit1c9cc094d033d3e8dcc1a5e410ddcc973449b5e1 (patch)
tree6cf20677af0d4b51fcd32928d4d709c2bfb89ee0
parentfa42b7cf2949802ff0b8a63a2e111a2a68711067 (diff)
downloadllvm-1c9cc094d033d3e8dcc1a5e410ddcc973449b5e1.tar.gz
[lldb] Fix typo that went unnoticed on my case insensitive FS
-rw-r--r--lldb/test/Shell/Reproducer/TestWorkingDir.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Reproducer/TestWorkingDir.test b/lldb/test/Shell/Reproducer/TestWorkingDir.test
index 92a9ccd7fc74..54266e76c279 100644
--- a/lldb/test/Shell/Reproducer/TestWorkingDir.test
+++ b/lldb/test/Shell/Reproducer/TestWorkingDir.test
@@ -27,6 +27,6 @@
# RUN: %lldb -x -b -o 'reproducer generate' --capture --capture-path %t.repro
# RUN: cat %t.repro/cwd.txt | FileCheck %s
# CHECK: probably_unique
-# RUN: cat %t.repro/files.yaml | FileCHeck %s --check-prefix VFS
+# RUN: cat %t.repro/files.yaml | FileCheck %s --check-prefix VFS
# VFS: probably_unique
# VFS-NOT: dont_include_me