summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-01-31 13:53:17 -0500
committerKevin Newton <[email protected]>2024-01-31 14:20:51 -0500
commitb4880af0e2ec1738dbde5679e1ca48dd76b2ad7b (patch)
tree878fa79d113938b67a84f3c9ce8e363e6386638f /test/-ext-
parentcb98b018c05832d183812b03fb133cd11edee04b (diff)
[PRISM] Fix test_bug_reporter with prism
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/bug_reporter/test_bug_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/bug_reporter/test_bug_reporter.rb b/test/-ext-/bug_reporter/test_bug_reporter.rb
index fd043690ac..76f913c275 100644
--- a/test/-ext-/bug_reporter/test_bug_reporter.rb
+++ b/test/-ext-/bug_reporter/test_bug_reporter.rb
@@ -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 = [
:*,