diff options
Diffstat (limited to 'clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test')
-rw-r--r-- | clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test b/clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test index 2905bad49df..034299df296 100644 --- a/clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test +++ b/clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test @@ -10,7 +10,7 @@ # On Windows, we need the URI in didOpen to look like "uri":"file:///C:/..." # (with the extra slash in the front), so we add it here. -# RUN: sed -e "s|file://\([A-Z]\):/|file:///\1:/|g" %t.test.1 > %t.test +# RUN: sed -E -e "s|file://([A-Z]):/|file:///\1:/|g" %t.test.1 > %t.test # RUN: clangd -lit-test < %t.test | FileCheck -strict-whitespace %t.test |