gambas-source-code/main/lib/test/gb.test/.src/TestMyself/TWrongPlan.test

11 lines
117 B
Text
Raw Normal View History

2020-05-26 09:55:56 +02:00
' Gambas test file
Public Sub IHaveAWrongPlan()
Test.Plan(1)
Assert.Ok(True)
Assert.NotOk(False)
End