summaryrefslogtreecommitdiff
path: root/ext/-test-
diff options
context:
space:
mode:
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")