Skip to content

Commit

Permalink
update test again lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Aug 26, 2020
1 parent 5e7e44b commit fff24e2
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,7 @@ Full name: Microsoft.FSharp.Control.Async""".TrimStart().Replace("\r\n", "\n")
let a = typeof<N.T(*Marker*)> """

this.AssertQuickInfoContainsAtStartOfMarker (fileContents, "T(*Marker*)",
"""type T =
new : unit -> T
static member M : unit -> int []
static member StaticProp : decimal
event Event1 : EventHandler
Full name: N.T
""",
"type T =\n new : unit -> T\n static member M : unit -> int []\n static member StaticProp : decimal\n event Event1 : EventHandler",
addtlRefAssy = [PathRelativeToTestAssembly( @"XmlDocAttributeWithEmptyComment.dll")])


Expand Down

0 comments on commit fff24e2

Please sign in to comment.