summaryrefslogtreecommitdiff
path: root/dhall/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dhall/src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/parser.rs b/dhall/src/parser.rs
index 59683b6..3648c4f 100644
--- a/dhall/src/parser.rs
+++ b/dhall/src/parser.rs
@@ -1,5 +1,5 @@
#[cfg(test)]
-mod tests {
+mod spec_tests {
#![rustfmt::skip]
// See ../build.rs
include!(concat!(env!("OUT_DIR"), "/parser_tests.rs"));