Skip to content

Commit

Permalink
[PRISM] Fix test_bug_reporter with prism
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jan 31, 2024
1 parent cb98b01 commit b4880af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/-ext-/bug_reporter/test_bug_reporter.rb
Expand Up @@ -6,7 +6,7 @@
class TestBugReporter < Test::Unit::TestCase
def test_bug_reporter_add
omit "flaky with RJIT" if JITSupport.rjit_enabled?
description = RUBY_DESCRIPTION
description = RUBY_DESCRIPTION.sub(/\+PRISM /, '')
description = description.sub(/\+RJIT /, '') unless JITSupport.rjit_force_enabled?
expected_stderr = [
:*,
Expand Down

0 comments on commit b4880af

Please sign in to comment.