Skip to content

Commit

Permalink
disable mk68 double tests for now, see #156
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Feb 11, 2019
1 parent 6e760c2 commit a694a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ int main(void)
}

/* test mp_get_double/mp_set_double */
#if defined(__STDC_IEC_559__) || defined(__GCC_IEC_559)
#if (defined(__STDC_IEC_559__) || defined(__GCC_IEC_559)) && !(defined(__m68k__) || defined(__MC68K__) || defined(M68000))
printf("\n\nTesting: mp_get_double");
if (mp_set_double(&a, +1.0/0.0) != MP_VAL) {
printf("\nmp_set_double should return MP_VAL for +inf");
Expand Down

0 comments on commit a694a66

Please sign in to comment.