diff options
| author | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-02 23:01:29 +0200 |
|---|---|---|
| committer | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-02 23:01:29 +0200 |
| commit | d983255326d232a9d0e1541e5b48743e6ce35e59 (patch) | |
| tree | 4bdce529186307ec6e0f53313f54cbfe911e12fe /testsuite/run.hs | |
| parent | 288984d243452ea796faabf4ee53f12ea86eda46 (diff) | |
| parent | c23a03a2d11a781998dc1c3de04a8abf2ff7d330 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'testsuite/run.hs')
| -rw-r--r-- | testsuite/run.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/run.hs b/testsuite/run.hs index f8e6bf49f..287665fd4 100644 --- a/testsuite/run.hs +++ b/testsuite/run.hs @@ -66,6 +66,7 @@ expectedFailures = [ "testsuite/runtime/parser/parser.gfs" -- Only parses `z` as `zero` and not also as e.g. `succ zero` as expected , "testsuite/runtime/linearize/brackets.gfs" -- Missing "cannot linearize in the end" , "testsuite/compiler/typecheck/abstract/non-abstract-terms.gfs" -- Gives a different error than expected + , "testsuite/runtime/eval/eval.gfs" ] -- | Produce HTML document with test results |
