Skip to content

Commit 8c9c0b4

Browse files
CopilotT-Gro
andcommitted
Fix withDiagnostics format in attribute private setter test
Co-authored-by: T-Gro <[email protected]>
1 parent ea12c3f commit 8c9c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/Attributes/AttributePrivateSetterTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ type TestClass() = class end
1919
|> compile
2020
|> shouldFail
2121
|> withDiagnostics [
22-
(DiagnosticLevel.Error, 3248, "Property 'ConditionString' on attribute cannot be set because the setter is private", (5, 13, 5, 41))
22+
(Error, 3248, Line 5, Col 13, Line 5, Col 41, "Property 'ConditionString' on attribute cannot be set because the setter is private")
2323
]
2424
|> ignore

0 commit comments

Comments
 (0)