summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-05-08 08:59:01 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-05-08 08:59:01 -0400
commit9fca0313f8c34ca9b4b5c434d4d013e86f47537a (patch)
treeb9a99f92a6f5353dd6a60c4691cfb7fa51567a6c /libcxx
parent91cff8a71872cf49f0c5c9e5510f8065bfefa3c3 (diff)
downloadllvm-9fca0313f8c34ca9b4b5c434d4d013e86f47537a.tar.gz
[libc++] Fix mistake in documentation of libcxx-lit script
Diffstat (limited to 'libcxx')
-rwxr-xr-xlibcxx/utils/libcxx-lit2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx-lit b/libcxx/utils/libcxx-lit
index b2b3d754b1e7..f2b522979470 100755
--- a/libcxx/utils/libcxx-lit
+++ b/libcxx/utils/libcxx-lit
@@ -12,7 +12,7 @@ Shortcut to build the libc++ testing dependencies and run the libc++ tests with
<build-directory> The path to the build directory to use for building the library.
[lit options...] Optional options to pass to 'llvm-lit'.
-tests... Paths of the tests to run. Those are paths relative to '<monorepo-root>/libcxx/test'.
+tests... Paths of the tests to run. Those paths are relative to '<monorepo-root>'.
Example
=======