summaryrefslogtreecommitdiff
path: root/test/excludes
diff options
context:
space:
mode:
authorlukeg <luke.gru@gmail.com>2023-02-26 14:45:43 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 11:04:32 +0900
commitd2c38aa8231c39d641ab8619d05f2f2883fb5dd8 (patch)
treed2840ca9aecdc6625b8e694b953cfd63cefb0aaa /test/excludes
parent97b53d1a4ad77bbe0402ad1e77901346cc489624 (diff)
A file was missing in test/excludes for TestArraySubclass
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7385
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/TestArraySubclass.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/excludes/TestArraySubclass.rb b/test/excludes/TestArraySubclass.rb
new file mode 100644
index 0000000000..73da272007
--- /dev/null
+++ b/test/excludes/TestArraySubclass.rb
@@ -0,0 +1 @@
+exclude(:test_shared_marking, "The target code has already been changed")