summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/rustdoc-themes/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/rustdoc-themes/foo.rs')
-rw-r--r--src/test/run-make-fulldeps/rustdoc-themes/foo.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/rustdoc-themes/foo.rs b/src/test/run-make-fulldeps/rustdoc-themes/foo.rs
new file mode 100644
index 000000000..58efaf7d5
--- /dev/null
+++ b/src/test/run-make-fulldeps/rustdoc-themes/foo.rs
@@ -0,0 +1,4 @@
+// @has test.css
+// @has foo/struct.Foo.html
+// @has - '//link[@rel="stylesheet"]/@href' '../test.css'
+pub struct Foo;