Skip to content

Commit f355549

Browse files
committed
test: add missing math function to test-arm-math-illegal-instruction.js
1 parent 52ca115 commit f355549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-arm-math-illegal-instruction.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Math.atan(-0.5);
1515
Math.atanh(-0.5);
1616
Math.cbrt(-0.5);
1717
Math.ceil(-0.5);
18+
Math.clz32(-0.5);
1819
Math.cos(-0.5);
1920
Math.cosh(-0.5);
2021
Math.exp(-0.5);

0 commit comments

Comments
 (0)