Skip to content

Commit e468256

Browse files
committed
update tests
1 parent 55507e9 commit e468256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/FSharp.Compiler.Service.Tests/PatternMatchCompilationTests.fs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ match () with
4141
dumpDiagnostics checkResults |> shouldEqual [
4242
"(3,2--3,25): Attributes are not allowed within patterns"
4343
"(3,4--3,23): This attribute is not valid for use on this language element"
44+
"(3,17--3,22): This is not a valid constant expression or custom attribute value"
4445
]
4546

4647

0 commit comments

Comments
 (0)