You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTGUIDE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ The F# tests are split as follows:
104
104
105
105
*[FSharp.Core.UnitTests](tests/FSharp.Core.UnitTests) - Validation of the core F# types and the public surface area of `FSharp.Core.dll`.
106
106
107
-
*[FSharp.Compiler.UnitTests](tests/FSharp.Compiler.UnitTests) - Validation of compiler internals.
107
+
*[FSharp.Compiler.Service.Tests](tests/FSharp.Compiler.Service.Tests) - Validation of compiler internals.
108
108
109
109
*[FSharp.Compiler.ComponentTests](tests/FSharp.Compiler.ComponentTests) - Validation of compiler APIs.
110
110
@@ -151,7 +151,7 @@ Tags are in the left column, paths to to corresponding test folders are in the r
151
151
152
152
If you want to re-run a particular test area, the easiest way to do so is to set a temporary tag for that area in test.lst (e.g. "RERUN") and adjust `ttags`[run.fsharpqa.test.fsx script](tests/fsharpqa/run.fsharpqa.test.fsx) and run it.
Copy file name to clipboardExpand all lines: tests/FSharp.Compiler.Service.Tests/AssemblyContentProviderTests.fs
+6-13
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,7 @@
1
-
#if INTERACTIVE
2
-
#r "../../artifacts/bin/fcs/net461/FSharp.Compiler.Service.dll"// note, build FSharp.Compiler.Service.Tests.fsproj to generate this, this DLL has a public API so can be used from F# Interactive
Copy file name to clipboardExpand all lines: tests/FSharp.Compiler.Service.Tests/AssemblyReaderShim.fs
+3-10
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,11 @@
1
-
#if INTERACTIVE
2
-
#r "../../artifacts/bin/fcs/net461/FSharp.Compiler.Service.dll"// note, build FSharp.Compiler.Service.Tests.fsproj to generate this, this DLL has a public API so can be used from F# Interactive
0 commit comments