Skip to content

Commit e6b2fff

Browse files
andrewpollackCQ Bot
authored andcommitted
[docs][rust test] Adjusting spacing so posix-terminal doesn't overflow. Currently page is overflowing, but three-spaces seems to be the standard for all others
Change-Id: I619b03d4e6251ddb71402c6b185db4275850eb4e Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/707824 Commit-Queue: Auto-Submit <[email protected]> Fuchsia-Auto-Submit: Andrew Pollack <[email protected]> Reviewed-by: David Koloski <[email protected]>
1 parent 73db91e commit e6b2fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/build/rust_test_suite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ environments.
124124

125125
Then set any relevant breakpoints and run the test with:
126126

127-
```posix-terminal
127+
```posix-terminal
128128
( \
129129
source $DEV_ROOT/rust/fuchsia-env.sh && \
130130
$DEV_ROOT/rust/x.py \
@@ -137,9 +137,9 @@ environments.
137137
-L $DEV_ROOT/sdk/arch/{{ '<var>' }}x64|a64{{ '</var>' }}/sysroot/lib
138138
-L $DEV_ROOT/sdk/arch/{{ '<var>' }}x64|a64{{ '</var>' }}/lib" \
139139
)
140-
```
140+
```
141141

142-
and `zxdb` will catch any crashes and break at any breakpoints you define.
142+
And `zxdb` will catch any crashes and break at any breakpoints you define.
143143
This command is the same as the one above with the additional
144144
`-C debuginfo=2 -C opt-level=0` flags for debugging.
145145

0 commit comments

Comments
 (0)