]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/ch11-01-writing-tests.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / book / src / ch11-01-writing-tests.md
index 9ff29d19494118f6e20e159e3f613e39643ae1e6..47b37f740495700128d8f41814b45381e195cf31 100644 (file)
@@ -137,7 +137,7 @@ we call the `panic!` macro</span>
 Run the tests again using `cargo test`. The output should look like Listing
 11-4, which shows that our `exploration` test passed and `another` failed.
 
-```text
+```console
 {{#include ../listings/ch11-writing-automated-tests/listing-11-03/output.txt}}
 ```