Skip to content

Commit 6e14d2a

Browse files
committed
a more suitable marker
1 parent 87c4064 commit 6e14d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/tests/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ On the remote machine, run the `remote-test-server` with the `--bind
267267
0.0.0.0:12345` flag (and optionally `--verbose` flag).
268268
Output should look like this:
269269

270-
```text
270+
```console
271271
$ ./remote-test-server --verbose --bind 0.0.0.0:12345
272272
starting test server
273273
listening on 0.0.0.0:12345!
@@ -282,7 +282,7 @@ restrictive IP address when binding.
282282
You can test if the `remote-test-server` is working by connecting to it and sending `ping\n`.
283283
It should reply `pong`:
284284

285-
```text
285+
```console
286286
$ nc $REMOTE_IP 12345
287287
ping
288288
pong

0 commit comments

Comments
 (0)