Skip to content

Commit

Permalink
error -> fail
Browse files Browse the repository at this point in the history
  • Loading branch information
petelomax committed Aug 2, 2024
1 parent 24711e2 commit 9db040d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/empty-file/expected_results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"status": "error",
"status": "fail",
"message": "/opt/test-runner/tests/empty-file/test.exw:20
test_equal(leap(year),expected,desc)
^ undefined identifier leap"
Expand Down
2 changes: 1 addition & 1 deletion tests/syntax-error/expected_results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"status": "error",
"status": "fail",
"message": "/opt/test-runner/tests/syntax-error/leap.e:1
global function leap[integer year]
^ '(' expected"
Expand Down

0 comments on commit 9db040d

Please sign in to comment.