From 325228d54a5b51979e0be112a51988c7449df89c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 9 May 2019 10:55:08 +0200 Subject: Generate normalization tests automatically --- dhall/src/phase/parse.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dhall/src/phase/parse.rs') diff --git a/dhall/src/phase/parse.rs b/dhall/src/phase/parse.rs index 6b426af..d5cb9f5 100644 --- a/dhall/src/phase/parse.rs +++ b/dhall/src/phase/parse.rs @@ -29,10 +29,3 @@ pub(crate) fn parse_binary_file(f: &Path) -> Result { let root = ImportRoot::LocalDir(f.parent().unwrap().to_owned()); Ok(Parsed(expr.note_absurd(), root)) } - -#[cfg(test)] -mod spec_tests { - #![rustfmt::skip] - // See build.rs - include!(concat!(env!("OUT_DIR"), "/parser_tests.rs")); -} -- cgit v1.2.3