Browse Source

refactoring: removed unnecessary comments

remotes/origin/testing
Sandro Welte 11 months ago
parent
commit
335241d120
  1. 4
      test/test_arithmeticMultiplication_Float.c

4
test/test_arithmeticMultiplication_Float.c

@ -3,11 +3,11 @@
#include "limits.h"
void setUp(void) {
// set up code here
}
void tearDown(void) {
// clean up code here
}
void test_arithmeticMultiplication_floattimesfloatequalsfloat(void) {

Loading…
Cancel
Save