Skip to content

Commit

Permalink
meta: Bump breakpad (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Dec 10, 2021
1 parent 34714d7 commit 934e99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/breakpad
2 changes: 1 addition & 1 deletion tests/test_build_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_static_crashpad(cmake):
)


@pytest.mark.skipif(not has_breakpad, reason="test needs crashpad backend")
@pytest.mark.skipif(not has_breakpad, reason="test needs breakpad backend")
def test_static_breakpad(cmake):
tmp_path = cmake(
["sentry_example"],
Expand Down

0 comments on commit 934e99e

Please sign in to comment.