diff options
author | Ben Smith <binji@chromium.org> | 2015-11-04 17:06:50 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-11-04 17:09:10 -0800 |
commit | 32b4cca62aded23d6925ee63da8a9462f415967f (patch) | |
tree | 0d9024efe62dc68643b8fd6abc1d35c3d02a1e1b /.gitmodules | |
parent | cb5b2452487ba73e57bfe3b6717110cc249f1ac9 (diff) | |
download | wabt-32b4cca62aded23d6925ee63da8a9462f415967f.tar.gz wabt-32b4cca62aded23d6925ee63da8a9462f415967f.tar.bz2 wabt-32b4cca62aded23d6925ee63da8a9462f415967f.zip |
use the testsuite repo for spec tests
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index b1e36f4a..fba67fcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "third_party/v8-native-prototype"] path = third_party/v8-native-prototype url = https://github.com/WebAssembly/v8-native-prototype -[submodule "third_party/spec"] - path = third_party/spec - url = https://github.com/WebAssembly/spec +[submodule "third_party/testsuite"] + path = third_party/testsuite + url = https://github.com/WebAssembly/testsuite |