7 lines
144 B

  1. #include "tests.h"
  2. void test_12()
  3. {
  4. printf("TEST 12 STARTET\n");
  5. assert(!printEndMsg(100, 200));
  6. printf("TEST 12 ERFOLGREICH\n");
  7. }