Skip to content

Commit

Permalink
More test fixes (#6)
Browse files Browse the repository at this point in the history
* Update interactivechecker and structure tests

* Try to fix some legacy tests

* More test fixes
  • Loading branch information
cartermp authored and TIHan committed Nov 30, 2018
1 parent deb708d commit b154ea5
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4923,7 +4923,7 @@ let x = query { for bbbb in abbbbc(*D0*) do
let code = [
"""
let someCall(x) = null
let xe = someCall(System.IO.StringReader()
let xe = someCall(System.IO.StringReader().
"""
]
let (_, _, file) = this.CreateSingleFileProject(code)
Expand Down
Loading

0 comments on commit b154ea5

Please sign in to comment.