提交 30d197e5 编写于 作者: D Don Syme 提交者: GitHub

Fix "ci_part1" tests on master (#1931)


* Update Tests.LanguageService.Completion.fs
上级 b88e1c50
......@@ -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/).
......@@ -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)
[<Test>]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册