Skip to content

Commit f3e6f85

Browse files
committed
[lldb][NFC] Remove a stray unicode character in the LLDB test docs
There was a U+2028 character in this line (a special paragraph separator).
1 parent 487ab53 commit f3e6f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ test, the API test also allow for much more complex scenarios when it comes to
156156
building inferiors. Every test has its own ``Makefile``, most of them only a
157157
few lines long. A shared ``Makefile`` (``Makefile.rules``) with about a
158158
thousand lines of rules takes care of most if not all of the boiler plate,
159-
while individual make files can be used to build more advanced tests.
159+
while individual make files can be used to build more advanced tests.
160160

161161
Here's an example of a simple ``Makefile`` used by the example test.
162162

0 commit comments

Comments
 (0)