[libcxx-commits] [libcxx] 6648414 - [libcxx] [docs] [NFC] Fix typo.
Marek Kurdej via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 29 06:38:43 PDT 2020
Author: Marek Kurdej
Date: 2020-10-29T14:39:09+01:00
New Revision: 6648414b2b7dd3802e6931be2f657926b97d0764
URL: https://github.com/llvm/llvm-project/commit/6648414b2b7dd3802e6931be2f657926b97d0764
DIFF: https://github.com/llvm/llvm-project/commit/6648414b2b7dd3802e6931be2f657926b97d0764.diff
LOG: [libcxx] [docs] [NFC] Fix typo.
Added:
Modified:
libcxx/docs/TestingLibcxx.rst
Removed:
################################################################################
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index d42becfd5c3d..b628fee538b8 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -187,7 +187,7 @@ few requirements to the test suite. Here's some stuff you should know:
- All tests are run in a temporary directory that is unique to that test and
cleaned up after the test is done.
- When a test needs data files as inputs, these data files can be saved in the
- repository (when reasonable) and referrenced by the test as
+ repository (when reasonable) and referenced by the test as
``// FILE_DEPENDENCIES: <path-to-dependencies>``. Copies of these files or
directories will be made available to the test in the temporary directory
where it is run.
More information about the libcxx-commits
mailing list