diff --git a/tests/empty-file/expected_results.json b/tests/empty-file/expected_results.json index 97d14de..486ca23 100644 --- a/tests/empty-file/expected_results.json +++ b/tests/empty-file/expected_results.json @@ -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" diff --git a/tests/syntax-error/expected_results.json b/tests/syntax-error/expected_results.json index 0ca8957..625e541 100644 --- a/tests/syntax-error/expected_results.json +++ b/tests/syntax-error/expected_results.json @@ -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"