Skip to content

Commit

Permalink
FIX TEST SPEC: use valid xml
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Jan 13, 2016
1 parent 12d683d commit a86bb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// This test should probably go under the SystematicUnitTests suite, but
// I could not decide how to make it fit... so I'm leaving it here.
//
//<Expect status=success><Expect>
//<Expect status="success"></Expect>

let mutable dispose_called_in_E = 0 // we expect this to be incremented 3 times
let mutable dispose_called_in_C = 0 // we expect this to be incremented once (=this is what the bug was about, i.e. .Dispose() was never invoked)
Expand Down
2 changes: 1 addition & 1 deletion tests/fsharpqa/Source/Simple/hellow.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//<Expects Status=success></Expects>
//<Expects Status="success"></Expects>

//<<Output
//Hello, world.
Expand Down

0 comments on commit a86bb3b

Please sign in to comment.