summaryrefslogtreecommitdiff
path: root/test/fiber/autoload.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/fiber/autoload.rb')
-rw-r--r--test/fiber/autoload.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fiber/autoload.rb b/test/fiber/autoload.rb
new file mode 100644
index 0000000000..dcb27164a7
--- /dev/null
+++ b/test/fiber/autoload.rb
@@ -0,0 +1,3 @@
+sleep 0.01
+module TestFiberSchedulerAutoload
+end