mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-06 01:48:38 +00:00
8 lines
133 B
Forth
8 lines
133 B
Forth
namespace TestRunner.AssemblyInfo
|
|
|
|
open System.Runtime.CompilerServices
|
|
|
|
[<assembly : InternalsVisibleTo("TestRunner.Test")>]
|
|
|
|
do ()
|