diff options
Diffstat (limited to 'test/t/module.rb')
| -rw-r--r-- | test/t/module.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/t/module.rb b/test/t/module.rb index 48a09f720..585774a4b 100644 --- a/test/t/module.rb +++ b/test/t/module.rb @@ -485,19 +485,19 @@ end assert('Issue 1467') do module M1 def initialize() - super() + super() end end - class C1 - include M1 - def initialize() - super() + class C1 + include M1 + def initialize() + super() end end class C2 - include M1 + include M1 end C1.new |
