mirror of
https://github.com/google/googletest.git
synced 2025-12-02 00:57:37 -05:00
Fixes a typo in run_tests.py and its test (by Vlad Losev).
This commit is contained in:
@@ -124,7 +124,7 @@ class FakeOs(object):
|
||||
assert self.path.isdir(path)
|
||||
return self.path.PathElement(path).iterkeys()
|
||||
|
||||
def spawn(self, wait, executable, *kargs):
|
||||
def spawnv(self, wait, executable, *kargs):
|
||||
assert wait == FakeOs.P_WAIT
|
||||
return self.spawn_impl(executable, kargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user