Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
More test fixes (#6)
* 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
commit b154ea5c6e35e219bc8a10873f3498101a6401c8
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