42065f8f0f
The test TSkipAll now passes with its intended implementation, so remove the Test.Todo.
7 lines
64 B
Text
7 lines
64 B
Text
' Gambas test file
|
|
|
|
Public Sub SkipAll()
|
|
|
|
Test.SkipAll()
|
|
|
|
End
|