summaryrefslogtreecommitdiff
path: root/test/-ext-/path_to_class/test_path_to_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/path_to_class/test_path_to_class.rb')
-rw-r--r--test/-ext-/path_to_class/test_path_to_class.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/path_to_class/test_path_to_class.rb b/test/-ext-/path_to_class/test_path_to_class.rb
index 57e3a9233a..b67f20b462 100644
--- a/test/-ext-/path_to_class/test_path_to_class.rb
+++ b/test/-ext-/path_to_class/test_path_to_class.rb
@@ -2,7 +2,7 @@
require 'test/unit'
class Test_PathToClass < Test::Unit::TestCase
- require '-test-/path_to_class/path_to_class'
+ require '-test-/path_to_class'
def test_path_to_class
bug5691 = '[ruby-core:41410]'