Skip to content

Commit 81e0105

Browse files
AaronBallmandwoodwor-intel
authored andcommitted
Fix the Clang sphinx bot
This should resolve the issues with: https://lab.llvm.org/buildbot/#/builders/92/builds/29439
1 parent 4256e4e commit 81e0105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/DebuggingCoroutines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ print the coroutine frame by:
139139
Just as printing the `promise_type` is possible from the coroutine address,
140140
printing the details of the coroutine frame from an address is also possible:
141141

142-
.. parsed-literal::
142+
::
143143

144144
(gdb) # Get the address of coroutine frame
145145
(gdb) print/x *0x418eb0

0 commit comments

Comments
 (0)