diff options
author | Nadrieril | 2020-06-20 22:25:37 +0100 |
---|---|---|
committer | Nadrieril | 2020-06-20 22:25:54 +0100 |
commit | a4c28375e2dc98582b3e0d7a00c53b6853d7d4b7 (patch) | |
tree | 24393393c978145156c50cb79ffe700da857c561 /dhall/src | |
parent | b72ad8a5e2bae791f7f21cdfad68432cb128371c (diff) |
fix(ci): grammar sync test fails spuriously on ci
Diffstat (limited to 'dhall/src')
-rw-r--r-- | dhall/src/syntax/text/parser.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/src/syntax/text/parser.rs b/dhall/src/syntax/text/parser.rs index 486030f..1e1449c 100644 --- a/dhall/src/syntax/text/parser.rs +++ b/dhall/src/syntax/text/parser.rs @@ -1065,6 +1065,7 @@ pub fn parse_expr(input_str: &str) -> ParseResult<Expr> { } #[test] +#[ignore] // Check that the local copy of the grammar file is in sync with the one from dhall-lang. fn test_grammar_files_in_sync() { use std::process::Command; |