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