Skip to content

Commit ff0f892

Browse files
authored
fix build break (#13971)
1 parent 39cbe98 commit ff0f892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/service/SyntaxTreeTests/SynIdentTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A.
1616
|> getParseResults
1717

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

0 commit comments

Comments
 (0)