Skip to content

Commit 351a01d

Browse files
committed
Fix bad markdown formatting.
1 parent d19a6eb commit 351a01d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Benchmarking-on-Windows.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ It may be possible to use a debug version of clang in LNT testing, although we h
7878

7979
In your Bash shell, run
8080

81-
```~/mysandbox/bin/lnt runtest nt --sandbox {directory to build and store results in}
82-
--cc {path to clang} --test-suite {location of test suite} --cflags -fcheckedc-extension
81+
```
82+
~/mysandbox/bin/lnt runtest nt --sandbox {directory to build and store results in}
83+
--cc {path to clang} --test-suite {location of test suite} --cflags -fcheckedc-extension
8384
```
8485

8586
To narrow LNT to run on specific tests, use the `--only-test` option. You can use this to narrow

0 commit comments

Comments
 (0)