diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 8e78a444b..1967e6cfa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,11 +2,10 @@ path = third_party url = https://github.com/denoland/deno_third_party.git shallow = true -[submodule "test_util/wpt"] - path = test_util/wpt - url = https://github.com/web-platform-tests/wpt.git - shallow = true [submodule "test_util/std"] path = test_util/std url = https://github.com/denoland/deno_std shallow = true +[submodule "test_util/wpt"] + path = test_util/wpt + url = https://github.com/web-platform-tests/wpt.git |
