Skip to content

Commit a0553a5

Browse files
committed
Update baselines
1 parent 50e4710 commit a0553a5

File tree

1 file changed

+1
-1
lines changed
  • tests/FSharp.Compiler.ComponentTests/Conformance/BasicTypeAndModuleDefinitions/TypeAbbreviations

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/Conformance/BasicTypeAndModuleDefinitions/TypeAbbreviations/TypeAbbreviations.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module TypeAbbreviations =
138138
|> verifyCompile
139139
|> shouldFail
140140
|> withDiagnostics [
141-
(Error 3564, Line 6, Col 16, Line 6, Col 16, "Missing union case name")
141+
(Error 3564, Line 6, Col 16, Line 6, Col 18, "Missing union case name")
142142
]
143143

144144
//SOURCE=E_IncorrectRightSide_Quotation.fsx SCFLAGS="--test:ErrorRanges" # E_IncorrectRightSide_Quotation.fsx

0 commit comments

Comments
 (0)