We currently have two separate test NUnit test projects for the compiler:
FSharp.Compiler.UnitTests: https://github.com/dotnet/fsharp/tree/master/tests/FSharp.Compiler.UnitTests
FSharpSuite.Tests: https://github.com/dotnet/fsharp/blob/master/tests/fsharp/FSharpSuite.Tests.fsproj
I don't see too many meaningful differences between the two. Should these be merged into one? Or should better names be picked if there's a meaningful difference? Currently I don't know where I should stick a new compiler unit test.