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

9 lines
131 B
Text
Raw Normal View History

' Gambas test file
Public Sub Bailout()
Test.Note("This will stop all testing immediately")
Test.BailOut("Bo-Test")
End