diff options
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs')
| -rw-r--r-- | tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs b/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs index d1a9a74e782..c37b8dd4885 100644 --- a/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs +++ b/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs @@ -2,5 +2,5 @@ fn main() {} #[test] fn a_test() { - foobar::ok(); + foobar::ok(); } | 
