diff --git a/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class b/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class index b0d2770b9..ed1103a1e 100644 --- a/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class +++ b/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class @@ -1,6 +1,7 @@ ' Gambas class file Inherits UnitTest +''' Tests all Asserts ' Signal, that this is a selftest Public Const ThisIsAnUnitTestSelfTest As Boolean = True @@ -11,7 +12,6 @@ Public Sub _new() End - Public Sub TestAssert() Assert.True(True, "Testing True") @@ -108,4 +108,4 @@ Public Sub TestNote() Assert.Note("The next note is Null and it should complain about it:") Assert.Note(Null) -End \ No newline at end of file +End