Browse Source

refactroing 11: Clean off test-datei

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
2d2d1a82b5
  1. 4
      test/test_wwm.c

4
test/test_wwm.c

@ -1,7 +1,6 @@
// test_wwm.c
#include "unity.h"
#include <string.h>
#include "wwm.h"
@ -32,4 +31,5 @@ void test_crandomNumber(void){
int result = crandomNumber();
TEST_ASSERT_TRUE(result >= 0 && result <= 9);
}
}
Loading…
Cancel
Save