summaryrefslogtreecommitdiff
path: root/test/-ext-/marshal/test_internal_ivar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/marshal/test_internal_ivar.rb')
-rw-r--r--test/-ext-/marshal/test_internal_ivar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/marshal/test_internal_ivar.rb b/test/-ext-/marshal/test_internal_ivar.rb
index a32138f6e8..faabe14ab2 100644
--- a/test/-ext-/marshal/test_internal_ivar.rb
+++ b/test/-ext-/marshal/test_internal_ivar.rb
@@ -11,7 +11,7 @@ module Bug::Marshal
assert_equal("hello", v.normal)
assert_equal("world", v.internal)
assert_equal("bye", v.encoding_short)
- dump = assert_warn(/instance variable `E' on class \S+ is not dumped/) {
+ dump = assert_warn(/instance variable 'E' on class \S+ is not dumped/) {
::Marshal.dump(v)
}
v = assert_nothing_raised {break ::Marshal.load(dump)}