gambas-source-code/main/lib/test/gb.test/.src/TestMyself/TSkipAll.test
Tobias Boege 42065f8f0f gb.test: TSkipAll now passes
The test TSkipAll now passes with its intended implementation,
so remove the Test.Todo.
2020-06-01 06:36:04 +02:00

7 lines
64 B
Text

' Gambas test file
Public Sub SkipAll()
Test.SkipAll()
End