mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 17:38:40 +00:00
8 lines
161 B
Forth
8 lines
161 B
Forth
namespace WoofWare.NUnitTestRunner.AssemblyInfo
|
|
|
|
open System.Runtime.CompilerServices
|
|
|
|
[<assembly : InternalsVisibleTo("WoofWare.NUnitTestRunner.Test")>]
|
|
|
|
do ()
|