about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeffrey Seyfried <jeffrey.seyfried@gmail.com>2016-11-05 10:46:44 +0000
committerJeffrey Seyfried <jeffrey.seyfried@gmail.com>2016-11-22 01:48:14 +0000
commit808a7ca805e25fd60bfbdfce5780a05e98b5f1b1 (patch)
tree5121c27e612fc776a453ec8310dc8654b9b765c0
parent30ac06fd732bb53c0c4e6ddcc1dba9a54fc9e9ae (diff)
downloadrust-808a7ca805e25fd60bfbdfce5780a05e98b5f1b1.tar.gz
rust-808a7ca805e25fd60bfbdfce5780a05e98b5f1b1.zip
Fix fallout in tests.
-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() {