resolved division

This commit is contained in:
Robert Ramey
2015-11-04 21:26:07 -08:00
parent 370427c9f9
commit 7af42f2765
9 changed files with 273 additions and 950 deletions

View File

@@ -91,5 +91,6 @@ const char *test_division_result[VALUE_ARRAY_SIZE] = {
int main(int argc, char * argv[]){
bool rval = true;
TEST_EACH_VALUE_PAIR
std::cout << (rval ? "success!" : "failure") << std::endl;
return ! rval ;
}