[Lldb-commits] [lldb] 1c9cc09 - [lldb] Fix typo that went unnoticed on my case insensitive FS
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 21 09:13:32 PDT 2020
Author: Jonas Devlieghere
Date: 2020-07-21T09:13:26-07:00
New Revision: 1c9cc094d033d3e8dcc1a5e410ddcc973449b5e1
URL: https://github.com/llvm/llvm-project/commit/1c9cc094d033d3e8dcc1a5e410ddcc973449b5e1
DIFF: https://github.com/llvm/llvm-project/commit/1c9cc094d033d3e8dcc1a5e410ddcc973449b5e1.diff
LOG: [lldb] Fix typo that went unnoticed on my case insensitive FS
Added:
Modified:
lldb/test/Shell/Reproducer/TestWorkingDir.test
Removed:
################################################################################
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
More information about the lldb-commits
mailing list