mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
[PRISM] Fix test_bug_reporter with prism
This commit is contained in:
parent
cb98b018c0
commit
b4880af0e2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require_relative '../../lib/jit_support'
|
|||
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 = [
|
||||
:*,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue