diff options
author | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-03-17 09:38:29 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-03-17 11:38:42 +0000 |
commit | 8f488d0d540cb7478c5341f1812b5f945c8cf2d4 (patch) | |
tree | 9523e8896054853c6706d3fe2667c888eac67f15 /.gitmodules | |
parent | a04c3d710024d67d6c9c5ce3d2d2ccd5d2af0490 (diff) | |
download | qtdeclarative-8f488d0d540cb7478c5341f1812b5f945c8cf2d4.tar.gz qtdeclarative-8f488d0d540cb7478c5341f1812b5f945c8cf2d4.tar.bz2 qtdeclarative-8f488d0d540cb7478c5341f1812b5f945c8cf2d4.zip |
Update Ecmascript testsuite submodule
Changed the url and sha1 to the new repository that lives next to qtdeclarative
Change-Id: I39dd50490c635e1a2858afc913cfcbbf10302fa1
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9f7887947..881629497 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "tests/manual/v4/test262"] path = tests/manual/v4/test262 - url = git://github.com/tronical/test262.git + url = ../qtdeclarative-testsuites.git update = none |