summaryrefslogtreecommitdiff
path: root/ext/-test-
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-17 14:47:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-17 14:47:36 +0000
commit47349e870111b8ae88bd1331559a022be88d80ec (patch)
tree1021475151de03cabe42fa6fc11c3bb8782a86d0 /ext/-test-
parent29a914ff2ee0fcf4b1a664355c99e4a16e766c9f (diff)
notimplement: rename
* ext/-test-/notimplement, test/-ext-/test_notimplement.rb: rename from bug-3662. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-')
-rw-r--r--ext/-test-/bug-3662/extconf.rb1
-rw-r--r--ext/-test-/notimplement/bug.c (renamed from ext/-test-/bug-3662/bug.c)2
-rw-r--r--ext/-test-/notimplement/extconf.rb1
3 files changed, 2 insertions, 2 deletions
diff --git a/ext/-test-/bug-3662/extconf.rb b/ext/-test-/bug-3662/extconf.rb
deleted file mode 100644
index 7a1b73023c..0000000000
--- a/ext/-test-/bug-3662/extconf.rb
+++ /dev/null
@@ -1 +0,0 @@
-create_makefile("-test-/bug-3662/bug")
diff --git a/ext/-test-/bug-3662/bug.c b/ext/-test-/notimplement/bug.c
index 9375dace10..34731bc2e6 100644
--- a/ext/-test-/bug-3662/bug.c
+++ b/ext/-test-/notimplement/bug.c
@@ -8,7 +8,7 @@ bug_funcall(int argc, VALUE *argv, VALUE self)
}
void
-Init_bug(void)
+Init_notimplement(void)
{
VALUE mBug = rb_define_module("Bug");
rb_define_module_function(mBug, "funcall", bug_funcall, -1);
diff --git a/ext/-test-/notimplement/extconf.rb b/ext/-test-/notimplement/extconf.rb
new file mode 100644
index 0000000000..a2feb77a94
--- /dev/null
+++ b/ext/-test-/notimplement/extconf.rb
@@ -0,0 +1 @@
+create_makefile("-test-/notimplement")