Skip to content

Commit

Permalink
chore: fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Jul 9, 2024
1 parent f2e4dbd commit 1b78cb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/lean/interactive/incrementalTactic.lean.expected.out
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ s
{"source": "Lean 4",
"severity": 1,
"range":
{"start": {"line": 3, "character": 4}, "end": {"line": 3, "character": 10}},
{"start": {"line": 3, "character": 4}, "end": {"line": 3, "character": 5}},
"message": "no goals to be solved",
"fullRange":
{"start": {"line": 3, "character": 4}, "end": {"line": 3, "character": 10}}},
{"start": {"line": 3, "character": 4}, "end": {"line": 3, "character": 5}}},
{"source": "Lean 4",
"severity": 1,
"range":
{"start": {"line": 4, "character": 2}, "end": {"line": 4, "character": 8}},
{"start": {"line": 4, "character": 2}, "end": {"line": 4, "character": 3}},
"message": "no goals to be solved",
"fullRange":
{"start": {"line": 4, "character": 2}, "end": {"line": 4, "character": 8}}}]}
{"start": {"line": 4, "character": 2}, "end": {"line": 4, "character": 3}}}]}
{"version": 2,
"uri": "file:///incrementalTactic.lean",
"diagnostics":
Expand Down

0 comments on commit 1b78cb4

Please sign in to comment.