[PATCH] D143419: lit: Fix formatting in README.rst

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 03:24:32 PDT 2023


tstellar updated this revision to Diff 505425.
tstellar added a comment.

Better fix for formatting.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143419/new/

https://reviews.llvm.org/D143419

Files:
  llvm/utils/lit/README.rst


Index: llvm/utils/lit/README.rst
===================================================================
--- llvm/utils/lit/README.rst
+++ llvm/utils/lit/README.rst
@@ -41,7 +41,7 @@
 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 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143419.505425.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230315/273c0de6/attachment.bin>


More information about the llvm-commits mailing list