Skip to content

Commit

Permalink
Update quint/test/parsing/quintParserFrontend.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriela Moreira <gabrielamoreira05@gmail.com>
  • Loading branch information
konnov and bugarela authored Nov 8, 2023
1 parent d2f5d3f commit cafe324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quint/test/parsing/quintParserFrontend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ describe('syntax errors', () => {
})
})

// Test the JSON error output. Most of the tests here should migrate to the
// Test the JSON error output. Most of the tests here should migrate to the
// above test suite called 'syntax errors' or other test suites for the later
// phases. It is sufficient to have a few tests that compare JSON. For the
// phases. It is sufficient to have a few tests that compare JSON. For the
// rest, we are interested in checking the error messages, not the JSON files.
describe('parse errors', () => {
it('error on unresolved name', () => {
Expand Down

0 comments on commit cafe324

Please sign in to comment.