mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-02 12:04:44 +00:00
clean up deprecated stuff and unused imports in tests (#13059)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user