9 lines
107 B
Forth
9 lines
107 B
Forth
|
module tests
|
||
|
|
||
|
open NUnit.Framework
|
||
|
open Pentole.TestsExtensions
|
||
|
|
||
|
[<Test>]
|
||
|
let Test1 () =
|
||
|
Assert.Pass()
|