Skip to content

Commit

Permalink
Fix test case that was missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
RustanLeino committed Feb 9, 2024
1 parent 5f365fa commit 0c8ff0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ method TestMethod() returns (x: int) {
trait TestTrait {}
predicate TestPredicate { false }", "test-workspace-symbols.dfy", false);
predicate TestPredicate() { false }", "test-workspace-symbols.dfy", false);

await client.OpenDocumentAndWaitAsync(documentItem, CancellationToken);

Expand Down

0 comments on commit 0c8ff0f

Please sign in to comment.