Skip to content

Commit

Permalink
Bug 1689966 [wpt PR 27420] - Remove non-Array support for idl_test ar…
Browse files Browse the repository at this point in the history
…guments srcs and deps, a=testonly

Automatic update from web-platform-tests
Remove non-Array support for idl_test arguments srcs and deps (#27420)

--

wpt-commits: f54724aafa338462324ded6c12283478684da223
wpt-pr: 27420
  • Loading branch information
annevk authored and moz-wptsync-bot committed Feb 2, 2021
1 parent 6dc733e commit 911947c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/web-platform/tests/resources/idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -3543,8 +3543,6 @@ IdlNamespace.prototype.test = function ()
function idl_test(srcs, deps, idl_setup_func) {
return promise_test(function (t) {
var idl_array = new IdlArray();
srcs = (srcs instanceof Array) ? srcs : [srcs] || [];
deps = (deps instanceof Array) ? deps : [deps] || [];
var setup_error = null;
const validationIgnored = [
"constructor-member",
Expand Down

0 comments on commit 911947c

Please sign in to comment.