Fix import-conformance-tests.py

This commit is contained in:
Anthony Ramine 2018-08-24 12:01:15 +02:00
parent 3d99288f20
commit 8582d18d2f
2 changed files with 2 additions and 2 deletions

View file

@ -99166,7 +99166,7 @@
"testharness" "testharness"
], ],
"webgl/tools/import-conformance-tests.py": [ "webgl/tools/import-conformance-tests.py": [
"970c36cecac1e391866040b77a0cea91154e6084", "55e183f9a5b2269ec75345786039cdb7f1106c0b",
"support" "support"
], ],
"webgl/tools/js-test-pre.patch": [ "webgl/tools/js-test-pre.patch": [

View file

@ -19,7 +19,7 @@ PATCHES_1X = [
# Patches for conformance tests 2.0.x # Patches for conformance tests 2.0.x
PATCHES_2X = [ PATCHES_2X = [
("js-test-pre2.patch", "js/js-test-pre.js"), ("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") ("unit2.patch", "conformance/more/unit.js")
] ]