7 lines
142 B

  1. #include "tests.h"
  2. void test_11()
  3. {
  4. printf("TEST 11 STARTET\n");
  5. assert(!printEndMsg(55, 35));
  6. printf("TEST 11 ERFOLGREICH\n");
  7. }