about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/parse-fail/circular_modules_hello.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/parse-fail/circular_modules_hello.rs b/src/test/parse-fail/circular_modules_hello.rs
index 4de817dbd9c..94770aa875b 100644
--- a/src/test/parse-fail/circular_modules_hello.rs
+++ b/src/test/parse-fail/circular_modules_hello.rs
@@ -12,6 +12,7 @@
 
 // ignore-test: this is an auxiliary file for circular-modules-main.rs
 
+#[path = "circular_modules_main.rs"]
 mod circular_modules_main;
 
 pub fn say_hello() {