mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 09:28:40 +00:00
10 lines
139 B
Forth
10 lines
139 B
Forth
namespace FailingConsumer
|
|
|
|
open NUnit.Framework
|
|
|
|
[<TestFixture>]
|
|
module TestInsufficientArgs =
|
|
|
|
[<Test>]
|
|
let foo (_ : int) = ()
|