mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Fix import-conformance-tests.py
This commit is contained in:
parent
3d99288f20
commit
8582d18d2f
2 changed files with 2 additions and 2 deletions
|
@ -99166,7 +99166,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"webgl/tools/import-conformance-tests.py": [
|
||||
"970c36cecac1e391866040b77a0cea91154e6084",
|
||||
"55e183f9a5b2269ec75345786039cdb7f1106c0b",
|
||||
"support"
|
||||
],
|
||||
"webgl/tools/js-test-pre.patch": [
|
||||
|
|
|
@ -19,7 +19,7 @@ PATCHES_1X = [
|
|||
# Patches for conformance tests 2.0.x
|
||||
PATCHES_2X = [
|
||||
("js-test-pre2.patch", "js/js-test-pre.js"),
|
||||
("unit.patch", "conformance/more/unit.js")
|
||||
("unit.patch", "conformance/more/unit.js"),
|
||||
("unit2.patch", "conformance/more/unit.js")
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue