diff options
| author | Tom Stellard <tstellar@redhat.com> | 2023-03-15 04:19:01 -0700 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2023-03-15 04:20:23 -0700 |
| commit | 8f3cb98d1fab356a26eb1a153811b70728f3a3c4 (patch) | |
| tree | ccd8cd951665e28b81616ace01a07e0cbc1c5261 | |
| parent | fce3e75e01babe38576b1519dab5f752955525f9 (diff) | |
lit: Fix formatting in README.rst
This was preventing lit from being uploaded to pypi.
Reviewed By: mgorny
Differential Revision: https://reviews.llvm.org/D143419
(cherry picked from commit e6d670dc2b528cb981f4ad0d3af1a7d95d447a08)
| -rw-r--r-- | llvm/utils/lit/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/README.rst b/llvm/utils/lit/README.rst index b8befef4fbe0..3a1457057ac7 100644 --- a/llvm/utils/lit/README.rst +++ b/llvm/utils/lit/README.rst @@ -41,7 +41,7 @@ Please browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for ideas on what to work on: https://github.com/llvm/llvm-project/labels/tools%3Allvm-lit -Before submitting patches, run the test suite to ensure nothing has regressed: +Before submitting patches, run the test suite to ensure nothing has regressed:: # From within your LLVM source directory. utils/lit/lit.py \ |
