Skip to content

Commit

Permalink
Remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
br4sco committed Apr 8, 2024
1 parent c7298af commit b64e2a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stdlib/ext/math-ext.mc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ include "float.mc"

let _eqf = eqfApprox 1e-15

utest _maxf 0. 0. with 0. using eqf
utest _maxf 1. 0. with 1. using eqf
utest _maxf 0. 1. with 1. using eqf

external externalExp : Float -> Float
let exp = lam x: Float. externalExp x
utest exp 0. with 1. using eqf
Expand Down

0 comments on commit b64e2a1

Please sign in to comment.