summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-13 15:24:58 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-13 15:24:58 +0900
commit83718b6bb299c483e60a638ccce98bc8ae1665a1 (patch)
treef373577a2b3d35cbe52c395bf7e280ec3ebbb2bd /test
parentefc9127790e2e725541de2c36780a852e6c1382c (diff)
Move test files of ruby/set under `test/set`
Chkbuild fires accidentally on `test/fixtures` directory.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8214
Diffstat (limited to 'test')
-rw-r--r--test/set/fixtures/fake_sorted_set_gem/sorted_set.rb (renamed from test/fixtures/fake_sorted_set_gem/sorted_set.rb)0
-rw-r--r--test/set/test_set.rb (renamed from test/test_set.rb)0
-rw-r--r--test/set/test_sorted_set.rb (renamed from test/test_sorted_set.rb)0
3 files changed, 0 insertions, 0 deletions
diff --git a/test/fixtures/fake_sorted_set_gem/sorted_set.rb b/test/set/fixtures/fake_sorted_set_gem/sorted_set.rb
index f45a766303..f45a766303 100644
--- a/test/fixtures/fake_sorted_set_gem/sorted_set.rb
+++ b/test/set/fixtures/fake_sorted_set_gem/sorted_set.rb
diff --git a/test/test_set.rb b/test/set/test_set.rb
index 49dc58ef7b..49dc58ef7b 100644
--- a/test/test_set.rb
+++ b/test/set/test_set.rb
diff --git a/test/test_sorted_set.rb b/test/set/test_sorted_set.rb
index f7ad7af299..f7ad7af299 100644
--- a/test/test_sorted_set.rb
+++ b/test/set/test_sorted_set.rb