about summary refs log tree commit diff
path: root/src/compiletest
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-10-29 01:21:43 -0700
committerBrian Anderson <banderson@mozilla.com>2011-10-29 01:40:20 -0700
commite0f44730e8dc75c17dc86fcb48769d62a4dbcaae (patch)
treef11e4626c0fad600fe133c0a2551c1d23ff17d8e /src/compiletest
parent2cebef095e61608a3d35710cb5fd3d7de18b68ac (diff)
downloadrust-e0f44730e8dc75c17dc86fcb48769d62a4dbcaae.tar.gz
rust-e0f44730e8dc75c17dc86fcb48769d62a4dbcaae.zip
rustc: Support 'companion mod's for crates and directory mods
Under this scheme when parsing foo.rc the parser will also look for
foo.rs to fill in the crate-level module, and when evaluating a
directory module directive it will look for a .rs file with the
same name as the directory.
Diffstat (limited to 'src/compiletest')
-rw-r--r--src/compiletest/compiletest.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiletest/compiletest.rc b/src/compiletest/compiletest.rc
index 2f9ffe50f81..703862076a5 100644
--- a/src/compiletest/compiletest.rc
+++ b/src/compiletest/compiletest.rc
@@ -1,6 +1,5 @@
 use std;
 
-mod compiletest;
 mod procsrv;
 mod util;
 mod header;