diff options
Diffstat (limited to 'tests/rustdoc/nul-error.rs')
| -rw-r--r-- | tests/rustdoc/nul-error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/nul-error.rs b/tests/rustdoc/nul-error.rs index e8aa786534b..54688efc48c 100644 --- a/tests/rustdoc/nul-error.rs +++ b/tests/rustdoc/nul-error.rs @@ -3,6 +3,6 @@ #![crate_name = "foo"] -// @has foo/fn.foo.html '//code' '' +//@ has foo/fn.foo.html '//code' '' #[doc = "Attempted to pass a string containing `\0`"] pub fn foo() {} |
