Skip to content

Commit

Permalink
lit: Fix formatting in README.rst
Browse files Browse the repository at this point in the history
This was preventing lit from being uploaded to pypi.

Reviewed By: mgorny

Differential Revision: https://reviews.llvm.org/D143419

(cherry picked from commit e6d670d)
  • Loading branch information
tstellar committed Mar 15, 2023
1 parent fce3e75 commit 8f3cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/lit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8f3cb98

Please sign in to comment.