Skip to content

Commit

Permalink
test: add missing math function to test-arm-math-illegal-instruction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marsonya committed Mar 9, 2021
1 parent 52ca115 commit f355549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-arm-math-illegal-instruction.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Math.atan(-0.5);
Math.atanh(-0.5);
Math.cbrt(-0.5);
Math.ceil(-0.5);
Math.clz32(-0.5);
Math.cos(-0.5);
Math.cosh(-0.5);
Math.exp(-0.5);
Expand Down

0 comments on commit f355549

Please sign in to comment.