From d3be98e9f5e721b53dccd0a43c2ff58ddd32ac47 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Tue, 16 Apr 2013 01:08:52 +1000 Subject: libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no pub mod or pub fn). --- src/libsyntax/parse/lexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/lexer.rs b/src/libsyntax/parse/lexer.rs index 59e4dddc73b..bc930515a5d 100644 --- a/src/libsyntax/parse/lexer.rs +++ b/src/libsyntax/parse/lexer.rs @@ -781,7 +781,7 @@ fn consume_whitespace(rdr: @mut StringReader) { } #[cfg(test)] -pub mod test { +mod test { use super::*; use ast; -- cgit 1.4.1-3-g733a5