diff --git a/src/ch11-03-test-organization.md b/src/ch11-03-test-organization.md index e1f62c31bb..b167c348b6 100644 --- a/src/ch11-03-test-organization.md +++ b/src/ch11-03-test-organization.md @@ -162,7 +162,7 @@ we want to call from multiple test functions in multiple test files: Filename: tests/common.rs -```rust +```rust,noplayground {{#rustdoc_include ../listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/tests/common.rs}} ```