Skip to content

Commit

Permalink
webnn: Fix typo in elementwise-logical WPT
Browse files Browse the repository at this point in the history
s/validateInputFromOtherBuilder/validateInputFromAnotherBuilder

The former function does not exist

Fixed: 340662741
Change-Id: I2753b3de44fd2509fa1ebaa7f19aac64ca271b77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5545072
Reviewed-by: ningxin hu <ningxin.hu@intel.com>
Auto-Submit: Austin Sullivan <asully@chromium.org>
Commit-Queue: ningxin hu <ningxin.hu@intel.com>
Cr-Commit-Position: refs/heads/main@{#1303188}
  • Loading branch information
a-sully authored and chromium-wpt-export-bot committed May 20, 2024
1 parent 5e6793f commit ad2c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webnn/validation_tests/elementwise-logical.https.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kElementwiseLogicalBinaryOperators.forEach((operatorName) => {
});

// The `not()` operator is unary.
validateInputFromOtherBuilder('not');
validateInputFromAnotherBuilder('not');

0 comments on commit ad2c43b

Please sign in to comment.