diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-16 17:13:15 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-16 17:13:15 -0600 |
| commit | 114d502f13b721b55ff297074121d2f4cfeb014e (patch) | |
| tree | 69643fc983cfd5af9ab41ea9f663fac52932a617 /tests | |
| parent | e9a5ccc007207c89dfb6086dccb816f72fe492ee (diff) | |
| download | nimterop-114d502f13b721b55ff297074121d2f4cfeb014e.tar.gz nimterop-114d502f13b721b55ff297074121d2f4cfeb014e.zip | |
Remove nimgen dependency, enable tmath test
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() |
