mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 17:36:05 +00:00

The test was asserting that we can only find one frame in the minidump. Now that we have the default unwind plan from the ABI plugin, we are able to find 5 more frames using the frame pointer chaining. Correct the expectation in the test. llvm-svn: 316688