about summary refs log tree commit diff
path: root/tests/rustdoc/no-compiler-reexport.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/no-compiler-reexport.rs')
-rw-r--r--tests/rustdoc/no-compiler-reexport.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/no-compiler-reexport.rs b/tests/rustdoc/no-compiler-reexport.rs
index d1567c4fdda..355d47d7ba7 100644
--- a/tests/rustdoc/no-compiler-reexport.rs
+++ b/tests/rustdoc/no-compiler-reexport.rs
@@ -2,6 +2,6 @@
 
 #![crate_name = "foo"]
 
-// @!has 'foo/index.html' '//code' 'extern crate std;'
-// @!has 'foo/index.html' '//code' 'use std::prelude'
+//@ !has 'foo/index.html' '//code' 'extern crate std;'
+//@ !has 'foo/index.html' '//code' 'use std::prelude'
 pub struct Foo;