diff options
Diffstat (limited to 'test/rdoc/test_rdoc_normal_module.rb')
-rw-r--r-- | test/rdoc/test_rdoc_normal_module.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_normal_module.rb b/test/rdoc/test_rdoc_normal_module.rb index d92a72e7bf..68e776c41f 100644 --- a/test/rdoc/test_rdoc_normal_module.rb +++ b/test/rdoc/test_rdoc_normal_module.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require File.expand_path '../xref_test_case', __FILE__ class TestRDocNormalModule < XrefTestCase |