about summary refs log tree commit diff
path: root/src/test/run-pass/mod_dir_simple
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/mod_dir_simple')
-rw-r--r--src/test/run-pass/mod_dir_simple/load_another_mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/mod_dir_simple/load_another_mod.rs b/src/test/run-pass/mod_dir_simple/load_another_mod.rs
index c11b1e8c074..ca45864a5a1 100644
--- a/src/test/run-pass/mod_dir_simple/load_another_mod.rs
+++ b/src/test/run-pass/mod_dir_simple/load_another_mod.rs
@@ -8,4 +8,5 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#[path = "test.rs"]
 pub mod test;