Fixed missing return in some c tests

This commit is contained in:
Chris Teubert
2015-05-20 10:22:59 -07:00
parent bb104b63f4
commit a3fa77d87c
3 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ int doSIMUTest(int value, float expected)
return -100 - i;
}
}
return 0;
}
int testSIMU_Basic()