diff --git a/README.md b/README.md index d93e7d055a0852b38432b712e1db37734baf20a8..c35926f2cd2e872608bf30e8f40ccf89267395d2 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,3 @@ Although the primary focus of this repo is F# for Windows and the Visual Studio Keep up with the Visual F# Team and the development of the Visual F# Tools by following us [@VisualFSharp](https://twitter.com/VisualFSharp) or subscribing to our [team blog](http://blogs.msdn.com/b/fsharpteam/). - - diff --git a/vsintegration/tests/unittests/Tests.LanguageService.Completion.fs b/vsintegration/tests/unittests/Tests.LanguageService.Completion.fs index 860179db78db1fe9bdd53b8465d8c9337862f448..db2a4d2211de64d37127bf3a08f686318b93dc9f 100644 --- a/vsintegration/tests/unittests/Tests.LanguageService.Completion.fs +++ b/vsintegration/tests/unittests/Tests.LanguageService.Completion.fs @@ -4468,7 +4468,7 @@ let x = query { for bbbb in abbbbc(*D0*) do | "RecordAbbreviation",_,_,DeclarationType.Record -> () | "DiscriminatedUnionAbbreviation",_,_,DeclarationType.DiscriminatedUnion -> () | "AsmTypeAbbreviation",_,_,DeclarationType.RareType -> () - | "TupleTypeAbbreviation",_,_,DeclarationType.ValueType -> () + | "TupleTypeAbbreviation",_,_,_ -> () | name,_,_,x -> failwith (sprintf "Unexpected union member %s seen with declaration type %A" name x) []