make unit tests compatible with latest googletest #2064
This commit is contained in:
parent
15542c6356
commit
574b1eae6d
|
@ -9,7 +9,7 @@
|
||||||
[submodule "unit_tests/googletest"]
|
[submodule "unit_tests/googletest"]
|
||||||
path = unit_tests/googletest
|
path = unit_tests/googletest
|
||||||
url = https://github.com/google/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
branch = v1.8.x
|
branch = v1.10.x
|
||||||
[submodule "hardware/rusefi_lib"]
|
[submodule "hardware/rusefi_lib"]
|
||||||
path = hardware/rusefi_lib
|
path = hardware/rusefi_lib
|
||||||
url = https://github.com/rusefi/kicad-libraries
|
url = https://github.com/rusefi/kicad-libraries
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit dcc92d0ab6c4ce022162a23566d44f673251eee4
|
Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e
|
Loading…
Reference in New Issue