Skip to content

Commit

Permalink
fix build break (#13971)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored Sep 23, 2022
1 parent 39cbe98 commit ff0f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/service/SyntaxTreeTests/SynIdentTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A.
|> getParseResults

match ast with
| ParsedInput.ImplFile (ParsedImplFileInput(modules = [ SynModuleOrNamespace.SynModuleOrNamespace(decls =
| ParsedInput.ImplFile (ParsedImplFileInput(contents = [ SynModuleOrNamespace.SynModuleOrNamespace(decls =
[ SynModuleDecl.Expr(expr = SynExpr.LongIdent (longDotId = lid)) ]) ])) ->
Assert.AreEqual(1, lid.IdentsWithTrivia.Length)
| _ -> Assert.Fail $"Could not get valid AST, got {ast}"
Expand Down

0 comments on commit ff0f892

Please sign in to comment.