From 32b4cca62aded23d6925ee63da8a9462f415967f Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 4 Nov 2015 17:06:50 -0800 Subject: use the testsuite repo for spec tests --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3