Skip to content

Commit

Permalink
Final (?) tests fixes dotnet#9, pretty please with cherry on top, ple…
Browse files Browse the repository at this point in the history
…ase have mercy
  • Loading branch information
vzarytovskii committed Aug 17, 2023
1 parent 1a6d162 commit acc4411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fsharpqa/Source/Diagnostics/NONTERM/tuplewithlazy01b.fs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// #Regression #Diagnostics
// Regression test for DevDiv:64339
// Note that the bug still repros in CHK/DBG bits - we will knownfail it
//<Expects status="error" span="(8,25-8,29)" id="FS0010">Unexpected keyword 'lazy' in type definition$</Expects>
//<Expects status="error" span="(8,25-8,29)" id="FS0010">.+</Expects>
// <Expects status="error" span="(8,25-8,29)" id="FS0010">Unexpected keyword 'lazy' in type definition$</Expects>
// <Expects status="notin">NONTERM</Expects>

// 5 elements -> ok
type Ok(a, b, c, d, e : lazy<int>) = class end
Expand Down

0 comments on commit acc4411

Please sign in to comment.