Skip to content

Commit 703b1e5

Browse files
committed
add eval.gfs to expected failures
1 parent f5752b3 commit 703b1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuite/run.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ expectedFailures =
6666
[ "testsuite/runtime/parser/parser.gfs" -- Only parses `z` as `zero` and not also as e.g. `succ zero` as expected
6767
, "testsuite/runtime/linearize/brackets.gfs" -- Missing "cannot linearize in the end"
6868
, "testsuite/compiler/typecheck/abstract/non-abstract-terms.gfs" -- Gives a different error than expected
69+
, "testsuite/runtime/eval/eval.gfs"
6970
]
7071

7172
-- | Produce HTML document with test results

0 commit comments

Comments
 (0)