tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.4k stars 467 forks source link

Fix the not-a-constructor test for Math.f16round() #4323

Closed rmg-x closed 2 weeks ago

rmg-x commented 2 weeks ago

Previously, this was using Math.fround() instead of the f16 version.

Found while reviewing #4017