clean up deprecated stuff and unused imports in tests (#13059)

This commit is contained in:
Miran
2020-01-07 09:49:08 +01:00
committed by GitHub
parent 6a7a19eb15
commit 1551fff853
8 changed files with 15 additions and 16 deletions

View File

@@ -4,10 +4,12 @@ discard """
"""
import math
import strformat
const manualTest = false
when manualTest:
import strformat
proc frexp_test(lo, hi, step: float64) =
var exp: int
var frac: float64