[test] Fix typo in setting the wrong Context test field
authorJordan Rupprecht <rupprecht@google.com>
Wed, 7 Sep 2022 01:59:03 +0000 (18:59 -0700)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 7 Sep 2022 01:59:03 +0000 (18:59 -0700)
commit2c38201b091a82ac89f5668706baceff37c07197
tree7906dba25cb9f776f6fda20afe8353f2204f5827
parent7354a73945f1c123d66b01f51374ecbdba18fab3
[test] Fix typo in setting the wrong Context test field

This manifests as an msan error because we check the value of `es`, but it's actually uninitialized because we mistakenly set `ss` twice.
lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp