Browse Source

refactoring: removed unnecessary comments

remotes/origin/testing
Sandro Welte 11 months ago
parent
commit
eee6104f19
  1. 4
      test/test_arithmeticMultiplication_Double.c

4
test/test_arithmeticMultiplication_Double.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_doubletimesdoubleequalsdouble(void) {

Loading…
Cancel
Save