diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tmath.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim index bee2f29..d5a7166 100644 --- a/tests/tmath.nim +++ b/tests/tmath.nim @@ -3,6 +3,8 @@ import unittest type locale_t = object + mingw_ldbl_type_t = object + mingw_dbl_type_t = object cDebug() |
