about summary refs log tree commit diff
path: root/tests/rustdoc/check.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/check.rs')
-rw-r--r--tests/rustdoc/check.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/check.rs b/tests/rustdoc/check.rs
index 9ca85a123f7..c083e10f657 100644
--- a/tests/rustdoc/check.rs
+++ b/tests/rustdoc/check.rs
@@ -1,5 +1,5 @@
 //@ compile-flags: -Z unstable-options --check
 
-// @!has check/fn.foo.html
-// @!has check/index.html
+//@ !has check/fn.foo.html
+//@ !has check/index.html
 pub fn foo() {}