Skip to content

Commit

Permalink
test: update wpt tests for encoding
Browse files Browse the repository at this point in the history
Refs: web-platform-tests/wpt#25542

PR-URL: #35330
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
watilde committed Sep 28, 2020
1 parent c88d845 commit 6fc3b0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Expand Up @@ -11,7 +11,7 @@ See [test/wpt](../../wpt/README.md) for information on how these tests are run.
Last update:

- console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console
- encoding: https://github.com/web-platform-tests/wpt/tree/11e6941923/encoding
- encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding
- url: https://github.com/web-platform-tests/wpt/tree/e2ddf48b78/url
- resources: https://github.com/web-platform-tests/wpt/tree/1d14e821b9/resources
- interfaces: https://github.com/web-platform-tests/wpt/tree/15e47f779c/interfaces
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/encoding/idlharness.any.js
Expand Up @@ -4,7 +4,7 @@

idl_test(
['encoding'],
[], // No deps
['streams'],
idl_array => {
idl_array.add_objects({
TextEncoder: ['new TextEncoder()'],
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Expand Up @@ -4,7 +4,7 @@
"path": "console"
},
"encoding": {
"commit": "11e6941923248f0acbb53e9209be966edc27a270",
"commit": "d7f9e16c9a9d578a05b59787ba4de68b710de725",
"path": "encoding"
},
"url": {
Expand Down

0 comments on commit 6fc3b0d

Please sign in to comment.