summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/path-ordering.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js/path-ordering.rs')
-rw-r--r--src/test/rustdoc-js/path-ordering.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/rustdoc-js/path-ordering.rs b/src/test/rustdoc-js/path-ordering.rs
deleted file mode 100644
index 7843cf7f9..000000000
--- a/src/test/rustdoc-js/path-ordering.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-pub mod dd {
- pub struct Ccccccc;
-}
-pub mod aa {
- pub struct Ccccccc;
-}
-pub mod bb {
- pub struct Ccccccc;
-}