From ec60795575c29ee7fc2ea7507cfcc38958fe67bf Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 3 Feb 2020 15:05:34 +0100 Subject: =?UTF-8?q?Port=20tests=20=F0=9F=9A=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/syntax/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/syntax/mod.rs') diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index 7f4052ab..cfa4c2e5 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -11,11 +11,13 @@ use self::span::{Spanned, SpanVec}; pub mod expr; pub mod func; pub mod span; - pub_use_mod!(scope); pub_use_mod!(parsing); pub_use_mod!(tokens); +#[cfg(test)] +mod test; + /// Represents a parsed piece of source that can be layouted and in the future /// also be queried for information used for refactorings, autocomplete, etc. -- cgit v1.2.3