[roll] Roll fuchsia [ld][testing] Use explicit ::testing::Sequence in MockLoaderService
The ::testing::InSequence object causes all `EXPECT_CALL(...)`
on *any* mock object to be sequenced with all others. Instead,
use an explicit ::testing::Sequence object belonging to the
MockLoaderService and pass this in `.InSequence(...)` on every
`EXPECT_CALL(...)` on the mock. That way, expectations are only
sequenced with respect to other expectations on the same mock.
Since the underlying mock is not exposed by MockLoaderService,
it's easy to ensure this is on all (both) its wrapper methods
that do an actual `EXPECT_CALL(...)`.
Original-Bug: 382340693
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186315
Original-Revision: 80829e60afb556b3195d36ad9419ea055b87811d
GitOrigin-RevId: f862c2c985eccbb5d63166f1d79c64e5102ce135
Change-Id: I75d12d3f70c58b243c653bc90e87438a6432aee7
diff --git a/stem b/stem
index 1d5eb31..5bb7734 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="ca47120d24996718de316305eecda1b1b93abcba"/>
+ revision="80829e60afb556b3195d36ad9419ea055b87811d"/>
</projects>
<hooks>
<hook name="install-environment"