diff options
| author | U.Nakamura <usa@ruby-lang.org> | 2023-06-20 10:32:50 +0900 |
|---|---|---|
| committer | U.Nakamura <usa@ruby-lang.org> | 2023-06-20 10:32:50 +0900 |
| commit | 48b00c4d63db9d8361e6dd8d322bd253077e1d6a (patch) | |
| tree | 0bd79b4606eb2fa502bc9d924f63e82cc05ab7e3 /spec/ruby | |
| parent | 6302bf2ebe8d4807ede5ac9b8602c92ed336e5bd (diff) | |
Fix previous commit
Diffstat (limited to 'spec/ruby')
| -rw-r--r-- | spec/ruby/core/marshal/shared/load.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/marshal/shared/load.rb b/spec/ruby/core/marshal/shared/load.rb index 3a1eb72676..0a940c9e65 100644 --- a/spec/ruby/core/marshal/shared/load.rb +++ b/spec/ruby/core/marshal/shared/load.rb @@ -804,7 +804,7 @@ describe :marshal_load, shared: true do [Meths, UserRegexp, Regexp] end - ruby_bug "#19439", ""..."3.3" do + ruby_bug "#19439", ""..."3.1" do it "restore the regexp instance variables" do obj = Regexp.new("hello") obj.instance_variable_set(:@regexp_ivar, [42]) |
