Skip to content

Commit 574e6b1

Browse files
Fix pos
1 parent b33a61b commit 574e6b1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/Conformance/Constraints/Unmanaged.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test (ValueSome (struct {|Field = Some 42|}))
9595
|> withDiagnostics [
9696
Error 1, Line 3, Col 17, Line 3, Col 22, "A generic construct requires that the type 'string' is an unmanaged type"
9797
Error 1, Line 4, Col 28, Line 4, Col 33, "A generic construct requires that the type 'string' is an unmanaged type"
98-
Error 1, Line 5, Col 18, Line 5, Col 44, "A generic construct requires that the type ''a option' is an unmanaged type" ]
98+
Error 1, Line 5, Col 35, Line 5, Col 42, "A generic construct requires that the type ''a option' is an unmanaged type" ]
9999

100100
[<Fact>]
101101
let ``Option not considered unmanaged`` () =

0 commit comments

Comments
 (0)