diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 4b7c99997..81a678bad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,11 +2,11 @@ path = third_party url = https://github.com/denoland/deno_third_party.git shallow = true -[submodule "std/wasi/testdata"] - path = std/wasi/testdata - url = https://github.com/khronosproject/wasi-test-suite.git - shallow = true [submodule "test_util/wpt"] path = test_util/wpt url = https://github.com/denoland/wpt.git shallow = true +[submodule "test_util/std"] + path = test_util/std + url = https://github.com/denoland/deno_std + shallow = true |
