Skip to content

Commit 50f67de

Browse files
committed
Remove rustc_driver tests
1 parent 1c7d368 commit 50f67de

File tree

2 files changed

+0
-617
lines changed

2 files changed

+0
-617
lines changed

src/librustc_driver/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ use syntax::feature_gate::{GatedCfg, UnstableFeatures};
9191
use syntax::parse::{self, PResult};
9292
use syntax_pos::{DUMMY_SP, MultiSpan, FileName};
9393

94-
#[cfg(test)]
95-
mod test;
96-
9794
pub mod pretty;
9895

9996
/// Exit status code used for successful compilation and help output.

0 commit comments

Comments
 (0)