Skip to content

Commit

Permalink
fix test missing '\'
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni committed Nov 20, 2016
1 parent 8c60cc3 commit db2be24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fsharpqa/Source/Printing/LazyValues01NetFx4.fsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// #Regression #NoMT #Printing #RequiresENU #NETFX40Only
// Regression test for FSharp1.0:3981 - Lazy<unit> gets NullReferenceException when displayed
// <Expects status="success">val a : Lazy<unit> = Value is not created</Expects>
// <Expects status="success">val b : unit list = \[()\]</Expects>
// <Expects status="success">val c : unit \[\] = \[\|(); (); ()\|]</Expects>
// <Expects status="success">val b : unit list = \[\(\)\]</Expects>
// <Expects status="success">val c : unit \[\] = \[\|\(\); \(\); \(\)\|]</Expects>
// <Expects status="success">val d : unit = \(\)</Expects>

let a = lazy()
Expand Down

0 comments on commit db2be24

Please sign in to comment.